Html Css Color HEX #02CB18 Dark Pastel Green

📋 copy color: '#02CB18'

red 2 ◦ green 203 ◦ blue 24

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

Shades of Dark Pastel Green #02CB18

Tints of Dark Pastel Green #02CB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.48%

R = 0.87%
G = 88.65%
B = 10.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#02CB18 (or 0x02CB18) is known color: Dark Pastel Green. HEX triplet: 02, CB and 18. RGB value is (2,203,24). Sum of RGB (Red+Green+Blue) = 2+203+24=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 203 (79.69% from 255 or 88.65% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CB18 is #FD34E7. Grayscale: #7B7B7B. Windows color (decimal): -16594152 or 1624834. OLE color: 1624834.

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

Color convert

RGB 2 203 24 -
CMYK 0.99 0 0.88 0.20
HSL 126.57º 0.98% 0.4% -
HSV(B) 126.57º 0.99% 0.8% -
XYZ 21.55 42.79 7.99 -
YUV 122.5 72.41 42.05 -
System Red Green Blue C M Y K H S L
Decimal 2 203 24 0.99 0 0.88 0.20 126.57 0.98 0.4
Hex 2 CB 18 63 0 58 14 7F 62 28
Octal 2 313 30 143 0 130 24 177 142 50
Binary 10 11001011 11000 1100011 0 1011000 10100 1111111 1100010 101000

Color Harmonies of #02CB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CB18

Black with #02CB18

Text Example


Text Example

White with #02CB18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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