Html Css Color HEX #02C24B Dark Pastel Green

📋 copy color: '#02C24B'

red 2 ◦ green 194 ◦ blue 75

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

Shades of Dark Pastel Green #02C24B

Tints of Dark Pastel Green #02C24B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 71.59%

 BLUE value IS 75 (29.69% from 255) = 27.68%

R = 0.74%
G = 71.59%
B = 27.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#02C24B (or 0x02C24B) is known color: Dark Pastel Green. HEX triplet: 02, C2 and 4B. RGB value is (2,194,75). Sum of RGB (Red+Green+Blue) = 2+194+75=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 194 (76.17% from 255 or 71.59% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 194 - color contains mainly: green. Hex color #02C24B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C24B is #FD3DB4. Grayscale: #7B7B7B. Windows color (decimal): -16596405 or 4964866. OLE color: 4964866.

HSL color Cylindrical-coordinate representation of color #02C24B: hue angle of 142.81º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C24B is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 194 75 -
CMYK 0.99 0 0.61 0.24
HSL 142.81º 0.98% 0.38% -
HSV(B) 142.81º 0.99% 0.76% -
XYZ 20.59 39.1 13.12 -
YUV 123.03 100.89 41.68 -
System Red Green Blue C M Y K H S L
Decimal 2 194 75 0.99 0 0.61 0.24 142.81 0.98 0.38
Hex 2 C2 4B 63 0 3D 18 8F 62 26
Octal 2 302 113 143 0 75 30 217 142 46
Binary 10 11000010 1001011 1100011 0 111101 11000 10001111 1100010 100110

Color Harmonies of #02C24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C24B

Black with #02C24B

Text Example


Text Example

White with #02C24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,194,75); }

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

background-color css

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

 a { background-color: rgb(2,194,75); }

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

border-color css

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

 span { border-color: rgb(2,194,75); }

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