Html Css Color HEX #02CC27 Dark Pastel Green

📋 copy color: '#02CC27'

red 2 ◦ green 204 ◦ blue 39

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

Shades of Dark Pastel Green #02CC27

Tints of Dark Pastel Green #02CC27

RGB

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

 GREEN value IS 204 (80.08% from 255) = 83.27%

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

R = 0.82%
G = 83.27%
B = 15.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#02CC27 (or 0x02CC27) is known color: Dark Pastel Green. HEX triplet: 02, CC and 27. RGB value is (2,204,39). Sum of RGB (Red+Green+Blue) = 2+204+39=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 204 (80.08% from 255 or 83.27% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CC27 is #FD33D8. Grayscale: #7D7D7D. Windows color (decimal): -16593881 or 2608130. OLE color: 2608130.

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

Color convert

RGB 2 204 39 -
CMYK 0.99 0 0.81 0.2
HSL 130.99º 0.98% 0.4% -
HSV(B) 130.99º 0.99% 0.8% -
XYZ 21.98 43.35 9.13 -
YUV 124.79 79.58 40.42 -
System Red Green Blue C M Y K H S L
Decimal 2 204 39 0.99 0 0.81 0.2 130.99 0.98 0.4
Hex 2 CC 27 63 0 51 14 83 62 28
Octal 2 314 47 143 0 121 24 203 142 50
Binary 10 11001100 100111 1100011 0 1010001 10100 10000011 1100010 101000

Color Harmonies of #02CC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CC27

Black with #02CC27

Text Example


Text Example

White with #02CC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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