Html Css Color HEX #33CC2C Lime Green

📋 copy color: '#33CC2C'

red 51 ◦ green 204 ◦ blue 44

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

Shades of Lime Green #33CC2C

Tints of Lime Green #33CC2C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 68.23%

 BLUE value IS 44 (17.58% from 255) = 14.72%

R = 17.06%
G = 68.23%
B = 14.72%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#33CC2C (or 0x33CC2C) is known color: Lime Green. HEX triplet: 33, CC and 2C. RGB value is (51,204,44). Sum of RGB (Red+Green+Blue) = 51+204+44=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 204 (80.08% from 255 or 68.23% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CC2C is #CC33D3. Grayscale: #8C8C8C. Windows color (decimal): -13382612 or 2935859. OLE color: 2935859.

HSL color Cylindrical-coordinate representation of color #33CC2C: hue angle of 117.38º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33CC2C is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 51 204 44 -
CMYK 0.75 0 0.78 0.2
HSL 117.38º 0.65% 0.49% -
HSV(B) 117.38º 0.78% 0.8% -
XYZ 23.41 44.07 9.66 -
YUV 140.01 73.81 64.51 -
System Red Green Blue C M Y K H S L
Decimal 51 204 44 0.75 0 0.78 0.2 117.38 0.65 0.49
Hex 33 CC 2C 4B 0 4E 14 75 41 31
Octal 63 314 54 113 0 116 24 165 101 61
Binary 110011 11001100 101100 1001011 0 1001110 10100 1110101 1000001 110001

Color Harmonies of #33CC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CC2C

Black with #33CC2C

Text Example


Text Example

White with #33CC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,204,44); }

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

background-color css

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

 a { background-color: rgb(51,204,44); }

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

border-color css

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

 span { border-color: rgb(51,204,44); }

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