Html Css Color HEX #38E421 Lime Green

📋 copy color: '#38E421'

red 56 ◦ green 228 ◦ blue 33

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

Shades of Lime Green #38E421

Tints of Lime Green #38E421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.41%

R = 17.67%
G = 71.92%
B = 10.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#38E421 (or 0x38E421) is known color: Lime Green. HEX triplet: 38, E4 and 21. RGB value is (56,228,33). Sum of RGB (Red+Green+Blue) = 56+228+33=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 228 (89.45% from 255 or 71.92% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 228 - color contains mainly: green. Hex color #38E421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E421 is #C71BDE. Grayscale: #9A9A9A. Windows color (decimal): -13048799 or 2221112. OLE color: 2221112.

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

Color convert

RGB 56 228 33 -
CMYK 0.75 0 0.86 0.11
HSL 112.92º 0.78% 0.51% -
HSV(B) 112.92º 0.86% 0.89% -
XYZ 29.65 56.44 10.77 -
YUV 154.34 59.52 57.86 -
System Red Green Blue C M Y K H S L
Decimal 56 228 33 0.75 0 0.86 0.11 112.92 0.78 0.51
Hex 38 E4 21 4B 0 56 B 71 4E 33
Octal 70 344 41 113 0 126 13 161 116 63
Binary 111000 11100100 100001 1001011 0 1010110 1011 1110001 1001110 110011

Color Harmonies of #38E421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E421

Black with #38E421

Text Example


Text Example

White with #38E421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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