Html Css Color HEX #02CF27 Dark Pastel Green

📋 copy color: '#02CF27'

red 2 ◦ green 207 ◦ blue 39

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

Shades of Dark Pastel Green #02CF27

Tints of Dark Pastel Green #02CF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.73%

R = 0.81%
G = 83.47%
B = 15.73%

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

#02CF27 (or 0x02CF27) is known color: Dark Pastel Green. HEX triplet: 02, CF and 27. RGB value is (2,207,39). Sum of RGB (Red+Green+Blue) = 2+207+39=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 207 (81.25% from 255 or 83.47% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CF27 is #FD30D8. Grayscale: #7F7F7F. Windows color (decimal): -16593113 or 2608898. OLE color: 2608898.

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

Color convert

RGB 2 207 39 -
CMYK 0.99 0 0.81 0.19
HSL 130.83º 0.98% 0.41% -
HSV(B) 130.83º 0.99% 0.81% -
XYZ 22.7 44.79 9.37 -
YUV 126.55 78.58 39.16 -
System Red Green Blue C M Y K H S L
Decimal 2 207 39 0.99 0 0.81 0.19 130.83 0.98 0.41
Hex 2 CF 27 63 0 51 13 83 62 29
Octal 2 317 47 143 0 121 23 203 142 51
Binary 10 11001111 100111 1100011 0 1010001 10011 10000011 1100010 101001

Color Harmonies of #02CF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CF27

Black with #02CF27

Text Example


Text Example

White with #02CF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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