Html Css Color HEX #38E821 Lime Green

📋 copy color: '#38E821'

red 56 ◦ green 232 ◦ blue 33

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

Shades of Lime Green #38E821

Tints of Lime Green #38E821

RGB

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

 GREEN value IS 232 (91.02% from 255) = 72.27%

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

R = 17.45%
G = 72.27%
B = 10.28%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#38E821 (or 0x38E821) is known color: Lime Green. HEX triplet: 38, E8 and 21. RGB value is (56,232,33). Sum of RGB (Red+Green+Blue) = 56+232+33=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 232 (91.02% from 255 or 72.27% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 232 - color contains mainly: green. Hex color #38E821 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E821 is #C717DE. Grayscale: #9D9D9D. Windows color (decimal): -13047775 or 2222136. OLE color: 2222136.

HSL color Cylindrical-coordinate representation of color #38E821: hue angle of 113.07º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38E821 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 232 33 -
CMYK 0.76 0 0.86 0.09
HSL 113.07º 0.81% 0.52% -
HSV(B) 113.07º 0.86% 0.91% -
XYZ 30.76 58.66 11.14 -
YUV 156.69 58.19 56.18 -
System Red Green Blue C M Y K H S L
Decimal 56 232 33 0.76 0 0.86 0.09 113.07 0.81 0.52
Hex 38 E8 21 4C 0 56 9 71 51 34
Octal 70 350 41 114 0 126 11 161 121 64
Binary 111000 11101000 100001 1001100 0 1010110 1001 1110001 1010001 110100

Color Harmonies of #38E821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E821

Black with #38E821

Text Example


Text Example

White with #38E821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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