Html Css Color HEX #38E533 Lime Green

📋 copy color: '#38E533'

red 56 ◦ green 229 ◦ blue 51

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

Shades of Lime Green #38E533

Tints of Lime Green #38E533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.18%

R = 16.67%
G = 68.15%
B = 15.18%

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

#38E533 (or 0x38E533) is known color: Lime Green. HEX triplet: 38, E5 and 33. RGB value is (56,229,51). Sum of RGB (Red+Green+Blue) = 56+229+51=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 229 (89.84% from 255 or 68.15% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 229 - color contains mainly: green. Hex color #38E533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E533 is #C71ACC. Grayscale: #9D9D9D. Windows color (decimal): -13048525 or 3401016. OLE color: 3401016.

HSL color Cylindrical-coordinate representation of color #38E533: hue angle of 118.31º 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 #38E533 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 56 229 51 -
CMYK 0.76 0 0.78 0.10
HSL 118.31º 0.77% 0.55% -
HSV(B) 118.31º 0.78% 0.9% -
XYZ 30.25 57.12 12.56 -
YUV 156.98 68.19 55.97 -
System Red Green Blue C M Y K H S L
Decimal 56 229 51 0.76 0 0.78 0.10 118.31 0.77 0.55
Hex 38 E5 33 4C 0 4E A 76 4D 37
Octal 70 345 63 114 0 116 12 166 115 67
Binary 111000 11100101 110011 1001100 0 1001110 1010 1110110 1001101 110111

Color Harmonies of #38E533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E533

Black with #38E533

Text Example


Text Example

White with #38E533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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