Html Css Color HEX #33CE46 Lime Green

📋 copy color: '#33CE46'

red 51 ◦ green 206 ◦ blue 70

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

Shades of Lime Green #33CE46

Tints of Lime Green #33CE46

RGB

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

 GREEN value IS 206 (80.86% from 255) = 63%

 BLUE value IS 70 (27.73% from 255) = 21.41%

R = 15.6%
G = 63%
B = 21.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#33CE46 (or 0x33CE46) is known color: Lime Green. HEX triplet: 33, CE and 46. RGB value is (51,206,70). Sum of RGB (Red+Green+Blue) = 51+206+70=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 206 (80.86% from 255 or 63.00% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 206 - color contains mainly: green. Hex color #33CE46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CE46 is #CC31B9. Grayscale: #909090. Windows color (decimal): -13382074 or 4640307. OLE color: 4640307.

HSL color Cylindrical-coordinate representation of color #33CE46: hue angle of 127.35º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CE46 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 206 70 -
CMYK 0.75 0 0.66 0.19
HSL 127.35º 0.61% 0.5% -
HSV(B) 127.35º 0.75% 0.81% -
XYZ 24.54 45.29 13.24 -
YUV 144.15 86.15 61.56 -
System Red Green Blue C M Y K H S L
Decimal 51 206 70 0.75 0 0.66 0.19 127.35 0.61 0.5
Hex 33 CE 46 4B 0 42 13 7F 3D 32
Octal 63 316 106 113 0 102 23 177 75 62
Binary 110011 11001110 1000110 1001011 0 1000010 10011 1111111 111101 110010

Color Harmonies of #33CE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CE46

Black with #33CE46

Text Example


Text Example

White with #33CE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,206,70); }

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

background-color css

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

 a { background-color: rgb(51,206,70); }

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

border-color css

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

 span { border-color: rgb(51,206,70); }

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