Html Css Color HEX #02CE7D Caribbean Green

📋 copy color: '#02CE7D'

red 2 ◦ green 206 ◦ blue 125

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

Shades of Caribbean Green #02CE7D

Tints of Caribbean Green #02CE7D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 61.86%

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 0.6%
G = 61.86%
B = 37.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#02CE7D (or 0x02CE7D) is known color: Caribbean Green. HEX triplet: 02, CE and 7D. RGB value is (2,206,125). Sum of RGB (Red+Green+Blue) = 2+206+125=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 206 (80.86% from 255 or 61.86% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CE7D is #FD3182. Grayscale: #878787. Windows color (decimal): -16593283 or 8244738. OLE color: 8244738.

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

Color convert

RGB 2 206 125 -
CMYK 0.99 0 0.39 0.19
HSL 156.18º 0.98% 0.41% -
HSV(B) 156.18º 0.99% 0.81% -
XYZ 25.8 45.64 26.85 -
YUV 135.77 121.91 32.59 -
System Red Green Blue C M Y K H S L
Decimal 2 206 125 0.99 0 0.39 0.19 156.18 0.98 0.41
Hex 2 CE 7D 63 0 27 13 9C 62 29
Octal 2 316 175 143 0 47 23 234 142 51
Binary 10 11001110 1111101 1100011 0 100111 10011 10011100 1100010 101001

Color Harmonies of #02CE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CE7D

Black with #02CE7D

Text Example


Text Example

White with #02CE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,206,125); }

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

background-color css

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

 a { background-color: rgb(2,206,125); }

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

border-color css

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

 span { border-color: rgb(2,206,125); }

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