Html Css Color HEX #02CB45 Dark Pastel Green

📋 copy color: '#02CB45'

red 2 ◦ green 203 ◦ blue 69

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

Shades of Dark Pastel Green #02CB45

Tints of Dark Pastel Green #02CB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.18%

R = 0.73%
G = 74.09%
B = 25.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#02CB45 (or 0x02CB45) is known color: Dark Pastel Green. HEX triplet: 02, CB and 45. RGB value is (2,203,69). Sum of RGB (Red+Green+Blue) = 2+203+69=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 203 (79.69% from 255 or 74.09% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CB45 is #FD34BA. Grayscale: #7F7F7F. Windows color (decimal): -16594107 or 4573954. OLE color: 4573954.

HSL color Cylindrical-coordinate representation of color #02CB45: hue angle of 140º 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 #02CB45 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 203 69 -
CMYK 0.99 0 0.66 0.20
HSL 140º 0.98% 0.4% -
HSV(B) 140º 0.99% 0.8% -
XYZ 22.46 43.15 12.78 -
YUV 127.63 94.91 38.4 -
System Red Green Blue C M Y K H S L
Decimal 2 203 69 0.99 0 0.66 0.20 140 0.98 0.4
Hex 2 CB 45 63 0 42 14 8C 62 28
Octal 2 313 105 143 0 102 24 214 142 50
Binary 10 11001011 1000101 1100011 0 1000010 10100 10001100 1100010 101000

Color Harmonies of #02CB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CB45

Black with #02CB45

Text Example


Text Example

White with #02CB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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