Html Css Color HEX #02CF78 Caribbean Green

📋 copy color: '#02CF78'

red 2 ◦ green 207 ◦ blue 120

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

Shades of Caribbean Green #02CF78

Tints of Caribbean Green #02CF78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.47%

R = 0.61%
G = 62.92%
B = 36.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#02CF78 (or 0x02CF78) is known color: Caribbean Green. HEX triplet: 02, CF and 78. RGB value is (2,207,120). Sum of RGB (Red+Green+Blue) = 2+207+120=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 207 (81.25% from 255 or 62.92% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CF78 is #FD3087. Grayscale: #878787. Windows color (decimal): -16593032 or 7917314. OLE color: 7917314.

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

Color convert

RGB 2 207 120 -
CMYK 0.99 0 0.42 0.19
HSL 154.54º 0.98% 0.41% -
HSV(B) 154.54º 0.99% 0.81% -
XYZ 25.73 45.99 25.29 -
YUV 135.79 119.08 32.57 -
System Red Green Blue C M Y K H S L
Decimal 2 207 120 0.99 0 0.42 0.19 154.54 0.98 0.41
Hex 2 CF 78 63 0 2A 13 9B 62 29
Octal 2 317 170 143 0 52 23 233 142 51
Binary 10 11001111 1111000 1100011 0 101010 10011 10011011 1100010 101001

Color Harmonies of #02CF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CF78

Black with #02CF78

Text Example


Text Example

White with #02CF78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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