Html Css Color HEX #33E12B Lime Green

📋 copy color: '#33E12B'

red 51 ◦ green 225 ◦ blue 43

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

Shades of Lime Green #33E12B

Tints of Lime Green #33E12B

RGB

 RED value IS 51 (20.31% from 255) = 15.99%

 GREEN value IS 225 (88.28% from 255) = 70.53%

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 15.99%
G = 70.53%
B = 13.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#33E12B (or 0x33E12B) is known color: Lime Green. HEX triplet: 33, E1 and 2B. RGB value is (51,225,43). Sum of RGB (Red+Green+Blue) = 51+225+43=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 225 (88.28% from 255 or 70.53% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 225 - color contains mainly: green. Hex color #33E12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33E12B is #CC1ED4. Grayscale: #989898. Windows color (decimal): -13377237 or 2875699. OLE color: 2875699.

HSL color Cylindrical-coordinate representation of color #33E12B: hue angle of 117.36º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33E12B is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 51 225 43 -
CMYK 0.77 0 0.81 0.12
HSL 117.36º 0.75% 0.53% -
HSV(B) 117.36º 0.81% 0.88% -
XYZ 28.73 54.73 11.34 -
YUV 152.23 66.35 55.8 -
System Red Green Blue C M Y K H S L
Decimal 51 225 43 0.77 0 0.81 0.12 117.36 0.75 0.53
Hex 33 E1 2B 4D 0 51 C 75 4B 35
Octal 63 341 53 115 0 121 14 165 113 65
Binary 110011 11100001 101011 1001101 0 1010001 1100 1110101 1001011 110101

Color Harmonies of #33E12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33E12B

Black with #33E12B

Text Example


Text Example

White with #33E12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33E12B; }

 p { color: rgb(51,225,43); }

 H1.HeaderClassName
 {
   color: #33E12B;
 }
 .AnyTagClassName
 {
   color: #33E12B;
 }
</style>

background-color css

<style>
 a { background-color: #33E12B; }

 a { background-color: rgb(51,225,43); }

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

border-color css

<style>
 span { border-color: #33E12B; }

 span { border-color: rgb(51,225,43); }

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