#33C002

Color #33C002 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #33C002

Tints of Kelly Green #33C002

Color information

#33C002 (or 0x33C002) is unknown color: approx Kelly Green. HEX triplet: 33, C0 and 02. RGB value is (51,192,2). Sum of RGB (Red+Green+Blue) = 51+192+2=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 192 (75.39% from 255 or 78.37% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 192 - color contains mainly: green. Hex color #33C002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33C002 is #CC3FFD. Grayscale: #808080. Windows color (decimal): -13385726 or 180275. OLE color: 180275.

HSL color Cylindrical-coordinate representation of color #33C002: hue angle of 104.53º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #33C002 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB511922-
CMYK0.7300.990.25
HSL104.53º97.94%38.04%-
HSV(B)104.53º98.96%75.29%-
XYZ20.2338.416.4-
YUV128.1856.7972.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 192 (75.39% from 255) = 78.37%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=20.82%
G=78.37%
B=0.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal5119220.7300.990.25104.5397.9438.04
Hex33C024906319696226
Octal63300211101433115114246
Binary11001111000000101001001011000111100111010011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,192,2); }

 H1.HeaderClassName
 {
   color: #33C002;
 }
 .AnyTagClassName
 {
   color: #33C002;
 }
</style>
background-color css

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

 a { background-color: rgb(51,192,2); }

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

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

 span { border-color: rgb(51,192,2); }

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