Html Css Color HEX #02CB80 Caribbean Green

📋 copy color: '#02CB80'

red 2 ◦ green 203 ◦ blue 128

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

Shades of Caribbean Green #02CB80

Tints of Caribbean Green #02CB80

RGB

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

 GREEN value IS 203 (79.69% from 255) = 60.96%

 BLUE value IS 128 (50.39% from 255) = 38.44%

R = 0.6%
G = 60.96%
B = 38.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#02CB80 (or 0x02CB80) is known color: Caribbean Green. HEX triplet: 02, CB and 80. RGB value is (2,203,128). Sum of RGB (Red+Green+Blue) = 2+203+128=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 203 (79.69% from 255 or 60.96% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CB80 is #FD347F. Grayscale: #868686. Windows color (decimal): -16594048 or 8440578. OLE color: 8440578.

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

Color convert

RGB 2 203 128 -
CMYK 0.99 0 0.37 0.20
HSL 157.61º 0.98% 0.4% -
HSV(B) 157.61º 0.99% 0.8% -
XYZ 25.28 44.28 27.64 -
YUV 134.35 124.41 33.6 -
System Red Green Blue C M Y K H S L
Decimal 2 203 128 0.99 0 0.37 0.20 157.61 0.98 0.4
Hex 2 CB 80 63 0 25 14 9E 62 28
Octal 2 313 200 143 0 45 24 236 142 50
Binary 10 11001011 10000000 1100011 0 100101 10100 10011110 1100010 101000

Color Harmonies of #02CB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CB80

Black with #02CB80

Text Example


Text Example

White with #02CB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,203,128); }

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

background-color css

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

 a { background-color: rgb(2,203,128); }

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

border-color css

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

 span { border-color: rgb(2,203,128); }

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