Html Css Color HEX #02C433 Dark Pastel Green

📋 copy color: '#02C433'

red 2 ◦ green 196 ◦ blue 51

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

Shades of Dark Pastel Green #02C433

Tints of Dark Pastel Green #02C433

RGB

 RED value IS 2 (1.17% from 255) = 0.8%

 GREEN value IS 196 (76.95% from 255) = 78.71%

 BLUE value IS 51 (20.31% from 255) = 20.48%

R = 0.8%
G = 78.71%
B = 20.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#02C433 (or 0x02C433) is known color: Dark Pastel Green. HEX triplet: 02, C4 and 33. RGB value is (2,196,51). Sum of RGB (Red+Green+Blue) = 2+196+51=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 196 (76.95% from 255 or 78.71% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 196 - color contains mainly: green. Hex color #02C433 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C433 is #FD3BCC. Grayscale: #797979. Windows color (decimal): -16595917 or 3392514. OLE color: 3392514.

HSL color Cylindrical-coordinate representation of color #02C433: hue angle of 135.15º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C433 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 2 196 51 -
CMYK 0.99 0 0.74 0.23
HSL 135.15º 0.98% 0.39% -
HSV(B) 135.15º 0.99% 0.77% -
XYZ 20.36 39.73 9.73 -
YUV 121.46 88.23 42.79 -
System Red Green Blue C M Y K H S L
Decimal 2 196 51 0.99 0 0.74 0.23 135.15 0.98 0.39
Hex 2 C4 33 63 0 4A 17 87 62 27
Octal 2 304 63 143 0 112 27 207 142 47
Binary 10 11000100 110011 1100011 0 1001010 10111 10000111 1100010 100111

Color Harmonies of #02C433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C433

Black with #02C433

Text Example


Text Example

White with #02C433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02C433; }

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

 H1.HeaderClassName
 {
   color: #02C433;
 }
 .AnyTagClassName
 {
   color: #02C433;
 }
</style>

background-color css

<style>
 a { background-color: #02C433; }

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

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

border-color css

<style>
 span { border-color: #02C433; }

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

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