Html Css Color HEX #02CF29 Dark Pastel Green

📋 copy color: '#02CF29'

red 2 ◦ green 207 ◦ blue 41

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

Shades of Dark Pastel Green #02CF29

Tints of Dark Pastel Green #02CF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.4%

R = 0.8%
G = 82.8%
B = 16.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#02CF29 (or 0x02CF29) is known color: Dark Pastel Green. HEX triplet: 02, CF and 29. RGB value is (2,207,41). Sum of RGB (Red+Green+Blue) = 2+207+41=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 207 (81.25% from 255 or 82.8% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CF29 is #FD30D6. Grayscale: #7F7F7F. Windows color (decimal): -16593111 or 2739970. OLE color: 2739970.

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

Color convert

RGB 2 207 41 -
CMYK 0.99 0 0.80 0.19
HSL 131.41º 0.98% 0.41% -
HSV(B) 131.41º 0.99% 0.81% -
XYZ 22.74 44.8 9.55 -
YUV 126.78 79.58 39 -
System Red Green Blue C M Y K H S L
Decimal 2 207 41 0.99 0 0.80 0.19 131.41 0.98 0.41
Hex 2 CF 29 63 0 50 13 83 62 29
Octal 2 317 51 143 0 120 23 203 142 51
Binary 10 11001111 101001 1100011 0 1010000 10011 10000011 1100010 101001

Color Harmonies of #02CF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CF29

Black with #02CF29

Text Example


Text Example

White with #02CF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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