Html Css Color HEX #02CF19 Dark Pastel Green

📋 copy color: '#02CF19'

red 2 ◦ green 207 ◦ blue 25

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

Shades of Dark Pastel Green #02CF19

Tints of Dark Pastel Green #02CF19

RGB

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

 GREEN value IS 207 (81.25% from 255) = 88.46%

 BLUE value IS 25 (10.16% from 255) = 10.68%

R = 0.85%
G = 88.46%
B = 10.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#02CF19 (or 0x02CF19) is known color: Dark Pastel Green. HEX triplet: 02, CF and 19. RGB value is (2,207,25). Sum of RGB (Red+Green+Blue) = 2+207+25=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 207 (81.25% from 255 or 88.46% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CF19 is #FD30E6. Grayscale: #7D7D7D. Windows color (decimal): -16593127 or 1691394. OLE color: 1691394.

HSL color Cylindrical-coordinate representation of color #02CF19: hue angle of 126.73º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CF19 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 207 25 -
CMYK 0.99 0 0.88 0.19
HSL 126.73º 0.98% 0.41% -
HSV(B) 126.73º 0.99% 0.81% -
XYZ 22.51 44.71 8.36 -
YUV 124.96 71.58 40.3 -
System Red Green Blue C M Y K H S L
Decimal 2 207 25 0.99 0 0.88 0.19 126.73 0.98 0.41
Hex 2 CF 19 63 0 58 13 7F 62 29
Octal 2 317 31 143 0 130 23 177 142 51
Binary 10 11001111 11001 1100011 0 1011000 10011 1111111 1100010 101001

Color Harmonies of #02CF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CF19

Black with #02CF19

Text Example


Text Example

White with #02CF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,207,25); }

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

background-color css

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

 a { background-color: rgb(2,207,25); }

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

border-color css

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

 span { border-color: rgb(2,207,25); }

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