Html Css Color HEX #02CB4A Dark Pastel Green

📋 copy color: '#02CB4A'

red 2 ◦ green 203 ◦ blue 74

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

Shades of Dark Pastel Green #02CB4A

Tints of Dark Pastel Green #02CB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.52%

R = 0.72%
G = 72.76%
B = 26.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#02CB4A (or 0x02CB4A) is known color: Dark Pastel Green. HEX triplet: 02, CB and 4A. RGB value is (2,203,74). Sum of RGB (Red+Green+Blue) = 2+203+74=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 203 (79.69% from 255 or 72.76% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CB4A is #FD34B5. Grayscale: #808080. Windows color (decimal): -16594102 or 4901634. OLE color: 4901634.

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

Color convert

RGB 2 203 74 -
CMYK 0.99 0 0.64 0.20
HSL 141.49º 0.98% 0.4% -
HSV(B) 141.49º 0.99% 0.8% -
XYZ 22.62 43.22 13.63 -
YUV 128.2 97.41 37.99 -
System Red Green Blue C M Y K H S L
Decimal 2 203 74 0.99 0 0.64 0.20 141.49 0.98 0.4
Hex 2 CB 4A 63 0 40 14 8D 62 28
Octal 2 313 112 143 0 100 24 215 142 50
Binary 10 11001011 1001010 1100011 0 1000000 10100 10001101 1100010 101000

Color Harmonies of #02CB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CB4A

Black with #02CB4A

Text Example


Text Example

White with #02CB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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