Html Css Color HEX #02D97E Caribbean Green

📋 copy color: '#02D97E'

red 2 ◦ green 217 ◦ blue 126

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

Shades of Caribbean Green #02D97E

Tints of Caribbean Green #02D97E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 62.9%

 BLUE value IS 126 (49.61% from 255) = 36.52%

R = 0.58%
G = 62.9%
B = 36.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#02D97E (or 0x02D97E) is known color: Caribbean Green. HEX triplet: 02, D9 and 7E. RGB value is (2,217,126). Sum of RGB (Red+Green+Blue) = 2+217+126=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 217 (85.16% from 255 or 62.90% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 217 - color contains mainly: green. Hex color #02D97E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D97E is #FD2681. Grayscale: #8E8E8E. Windows color (decimal): -16590466 or 8313090. OLE color: 8313090.

HSL color Cylindrical-coordinate representation of color #02D97E: hue angle of 154.6º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D97E is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 217 126 -
CMYK 0.99 0 0.42 0.15
HSL 154.6º 0.98% 0.43% -
HSV(B) 154.6º 0.99% 0.85% -
XYZ 28.6 51.14 28.1 -
YUV 142.34 118.77 27.9 -
System Red Green Blue C M Y K H S L
Decimal 2 217 126 0.99 0 0.42 0.15 154.6 0.98 0.43
Hex 2 D9 7E 63 0 2A F 9B 62 2B
Octal 2 331 176 143 0 52 17 233 142 53
Binary 10 11011001 1111110 1100011 0 101010 1111 10011011 1100010 101011

Color Harmonies of #02D97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D97E

Black with #02D97E

Text Example


Text Example

White with #02D97E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,217,126); }

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

background-color css

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

 a { background-color: rgb(2,217,126); }

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

border-color css

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

 span { border-color: rgb(2,217,126); }

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