Html Css Color HEX #02CB34 Dark Pastel Green

📋 copy color: '#02CB34'

red 2 ◦ green 203 ◦ blue 52

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

Shades of Dark Pastel Green #02CB34

Tints of Dark Pastel Green #02CB34

RGB

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

 GREEN value IS 203 (79.69% from 255) = 78.99%

 BLUE value IS 52 (20.7% from 255) = 20.23%

R = 0.78%
G = 78.99%
B = 20.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#02CB34 (or 0x02CB34) is known color: Dark Pastel Green. HEX triplet: 02, CB and 34. RGB value is (2,203,52). Sum of RGB (Red+Green+Blue) = 2+203+52=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 203 (79.69% from 255 or 78.99% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CB34 is #FD34CB. Grayscale: #7E7E7E. Windows color (decimal): -16594124 or 3459842. OLE color: 3459842.

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

Color convert

RGB 2 203 52 -
CMYK 0.99 0 0.74 0.20
HSL 134.93º 0.98% 0.4% -
HSV(B) 134.93º 0.99% 0.8% -
XYZ 22 42.97 10.38 -
YUV 125.69 86.41 39.78 -
System Red Green Blue C M Y K H S L
Decimal 2 203 52 0.99 0 0.74 0.20 134.93 0.98 0.4
Hex 2 CB 34 63 0 4A 14 87 62 28
Octal 2 313 64 143 0 112 24 207 142 50
Binary 10 11001011 110100 1100011 0 1001010 10100 10000111 1100010 101000

Color Harmonies of #02CB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CB34

Black with #02CB34

Text Example


Text Example

White with #02CB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,203,52); }

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

background-color css

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

 a { background-color: rgb(2,203,52); }

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

border-color css

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

 span { border-color: rgb(2,203,52); }

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