Html Css Color HEX #38E532 Lime Green

📋 copy color: '#38E532'

red 56 ◦ green 229 ◦ blue 50

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

Shades of Lime Green #38E532

Tints of Lime Green #38E532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 68.36%

 BLUE value IS 50 (19.92% from 255) = 14.93%

R = 16.72%
G = 68.36%
B = 14.93%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#38E532 (or 0x38E532) is known color: Lime Green. HEX triplet: 38, E5 and 32. RGB value is (56,229,50). Sum of RGB (Red+Green+Blue) = 56+229+50=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 229 (89.84% from 255 or 68.36% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 229 - color contains mainly: green. Hex color #38E532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E532 is #C71ACD. Grayscale: #9D9D9D. Windows color (decimal): -13048526 or 3335480. OLE color: 3335480.

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

Color convert

RGB 56 229 50 -
CMYK 0.76 0 0.78 0.10
HSL 117.99º 0.77% 0.55% -
HSV(B) 117.99º 0.78% 0.9% -
XYZ 30.23 57.11 12.45 -
YUV 156.87 67.69 56.05 -
System Red Green Blue C M Y K H S L
Decimal 56 229 50 0.76 0 0.78 0.10 117.99 0.77 0.55
Hex 38 E5 32 4C 0 4E A 76 4D 37
Octal 70 345 62 114 0 116 12 166 115 67
Binary 111000 11100101 110010 1001100 0 1001110 1010 1110110 1001101 110111

Color Harmonies of #38E532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E532

Black with #38E532

Text Example


Text Example

White with #38E532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,229,50); }

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

background-color css

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

 a { background-color: rgb(56,229,50); }

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

border-color css

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

 span { border-color: rgb(56,229,50); }

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