Html Css Color HEX #33CC40 Lime Green

📋 copy color: '#33CC40'

red 51 ◦ green 204 ◦ blue 64

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

Shades of Lime Green #33CC40

Tints of Lime Green #33CC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.06%

R = 15.99%
G = 63.95%
B = 20.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#33CC40 (or 0x33CC40) is known color: Lime Green. HEX triplet: 33, CC and 40. RGB value is (51,204,64). Sum of RGB (Red+Green+Blue) = 51+204+64=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 204 (80.08% from 255 or 63.95% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CC40 is #CC33BF. Grayscale: #8E8E8E. Windows color (decimal): -13382592 or 4246579. OLE color: 4246579.

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

Color convert

RGB 51 204 64 -
CMYK 0.75 0 0.69 0.2
HSL 125.1º 0.6% 0.5% -
HSV(B) 125.1º 0.75% 0.8% -
XYZ 23.88 44.26 12.13 -
YUV 142.29 83.81 62.88 -
System Red Green Blue C M Y K H S L
Decimal 51 204 64 0.75 0 0.69 0.2 125.1 0.6 0.5
Hex 33 CC 40 4B 0 45 14 7D 3C 32
Octal 63 314 100 113 0 105 24 175 74 62
Binary 110011 11001100 1000000 1001011 0 1000101 10100 1111101 111100 110010

Color Harmonies of #33CC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CC40

Black with #33CC40

Text Example


Text Example

White with #33CC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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