Html Css Color HEX #02CF28 Dark Pastel Green

📋 copy color: '#02CF28'

red 2 ◦ green 207 ◦ blue 40

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

Shades of Dark Pastel Green #02CF28

Tints of Dark Pastel Green #02CF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.06%

R = 0.8%
G = 83.13%
B = 16.06%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#02CF28 (or 0x02CF28) is known color: Dark Pastel Green. HEX triplet: 02, CF and 28. RGB value is (2,207,40). Sum of RGB (Red+Green+Blue) = 2+207+40=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 207 (81.25% from 255 or 83.13% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CF28 is #FD30D7. Grayscale: #7F7F7F. Windows color (decimal): -16593112 or 2674434. OLE color: 2674434.

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

Color convert

RGB 2 207 40 -
CMYK 0.99 0 0.81 0.19
HSL 131.12º 0.98% 0.41% -
HSV(B) 131.12º 0.99% 0.81% -
XYZ 22.72 44.79 9.46 -
YUV 126.67 79.08 39.08 -
System Red Green Blue C M Y K H S L
Decimal 2 207 40 0.99 0 0.81 0.19 131.12 0.98 0.41
Hex 2 CF 28 63 0 51 13 83 62 29
Octal 2 317 50 143 0 121 23 203 142 51
Binary 10 11001111 101000 1100011 0 1010001 10011 10000011 1100010 101001

Color Harmonies of #02CF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CF28

Black with #02CF28

Text Example


Text Example

White with #02CF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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