Html Css Color HEX #38F426 Lime Green

📋 copy color: '#38F426'

red 56 ◦ green 244 ◦ blue 38

#38F426
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #38F426

Tints of Lime Green #38F426

RGB

 RED value IS 56 (22.27% from 255) = 16.57%

 GREEN value IS 244 (95.7% from 255) = 72.19%

 BLUE value IS 38 (15.23% from 255) = 11.24%

R = 16.57%
G = 72.19%
B = 11.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38F426 (or 0x38F426) is known color: Lime Green. HEX triplet: 38, F4 and 26. RGB value is (56,244,38). Sum of RGB (Red+Green+Blue) = 56+244+38=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 244 (95.70% from 255 or 72.19% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 244 - color contains mainly: green. Hex color #38F426 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F426 is #C70BD9. Grayscale: #A4A4A4. Windows color (decimal): -13044698 or 2552888. OLE color: 2552888.

HSL color Cylindrical-coordinate representation of color #38F426: hue angle of 114.76º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38F426 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 244 38 -
CMYK 0.77 0 0.84 0.04
HSL 114.76º 0.9% 0.55% -
HSV(B) 114.76º 0.84% 0.96% -
XYZ 34.33 65.68 12.7 -
YUV 164.3 56.72 50.75 -
System Red Green Blue C M Y K H S L
Decimal 56 244 38 0.77 0 0.84 0.04 114.76 0.9 0.55
Hex 38 F4 26 4D 0 54 4 73 5A 37
Octal 70 364 46 115 0 124 4 163 132 67
Binary 111000 11110100 100110 1001101 0 1010100 100 1110011 1011010 110111

Color Harmonies of #38F426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F426

Black with #38F426

Text Example


Text Example

White with #38F426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38F426; }

 p { color: rgb(56,244,38); }

 H1.HeaderClassName
 {
   color: #38F426;
 }
 .AnyTagClassName
 {
   color: #38F426;
 }
</style>

background-color css

<style>
 a { background-color: #38F426; }

 a { background-color: rgb(56,244,38); }

 div.DivClassName
 {
   background-color: #38F426;
 }
 .BgClassName
 {
   background-color: #38F426;
 }
</style>

border-color css

<style>
 span { border-color: #38F426; }

 span { border-color: rgb(56,244,38); }

 td.TdClassName
 {
   border-color: #38F426;
 }
 .TagClassName
 {
   border-color: #38F426;
 }
</style>