Html Css Color HEX #38E429 Lime Green

📋 copy color: '#38E429'

red 56 ◦ green 228 ◦ blue 41

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

Shades of Lime Green #38E429

Tints of Lime Green #38E429

RGB

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

 GREEN value IS 228 (89.45% from 255) = 70.15%

 BLUE value IS 41 (16.41% from 255) = 12.62%

R = 17.23%
G = 70.15%
B = 12.62%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#38E429 (or 0x38E429) is known color: Lime Green. HEX triplet: 38, E4 and 29. RGB value is (56,228,41). Sum of RGB (Red+Green+Blue) = 56+228+41=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 228 (89.45% from 255 or 70.15% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 228 - color contains mainly: green. Hex color #38E429 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E429 is #C71BD6. Grayscale: #9B9B9B. Windows color (decimal): -13048791 or 2745400. OLE color: 2745400.

HSL color Cylindrical-coordinate representation of color #38E429: hue angle of 115.19º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38E429 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 56 228 41 -
CMYK 0.75 0 0.82 0.11
HSL 115.19º 0.78% 0.53% -
HSV(B) 115.19º 0.82% 0.89% -
XYZ 29.77 56.49 11.43 -
YUV 155.25 63.52 57.21 -
System Red Green Blue C M Y K H S L
Decimal 56 228 41 0.75 0 0.82 0.11 115.19 0.78 0.53
Hex 38 E4 29 4B 0 52 B 73 4E 35
Octal 70 344 51 113 0 122 13 163 116 65
Binary 111000 11100100 101001 1001011 0 1010010 1011 1110011 1001110 110101

Color Harmonies of #38E429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E429

Black with #38E429

Text Example


Text Example

White with #38E429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,228,41); }

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

background-color css

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

 a { background-color: rgb(56,228,41); }

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

border-color css

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

 span { border-color: rgb(56,228,41); }

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