Html Css Color HEX #02CF75 Caribbean Green

📋 copy color: '#02CF75'

red 2 ◦ green 207 ◦ blue 117

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

Shades of Caribbean Green #02CF75

Tints of Caribbean Green #02CF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.89%

R = 0.61%
G = 63.5%
B = 35.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#02CF75 (or 0x02CF75) is known color: Caribbean Green. HEX triplet: 02, CF and 75. RGB value is (2,207,117). Sum of RGB (Red+Green+Blue) = 2+207+117=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 207 (81.25% from 255 or 63.50% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CF75 is #FD308A. Grayscale: #878787. Windows color (decimal): -16593035 or 7720706. OLE color: 7720706.

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

Color convert

RGB 2 207 117 -
CMYK 0.99 0 0.43 0.19
HSL 153.66º 0.98% 0.41% -
HSV(B) 153.66º 0.99% 0.81% -
XYZ 25.55 45.92 24.35 -
YUV 135.45 117.58 32.82 -
System Red Green Blue C M Y K H S L
Decimal 2 207 117 0.99 0 0.43 0.19 153.66 0.98 0.41
Hex 2 CF 75 63 0 2B 13 9A 62 29
Octal 2 317 165 143 0 53 23 232 142 51
Binary 10 11001111 1110101 1100011 0 101011 10011 10011010 1100010 101001

Color Harmonies of #02CF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CF75

Black with #02CF75

Text Example


Text Example

White with #02CF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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