Html Css Color HEX #02D390 Caribbean Green

📋 copy color: '#02D390'

red 2 ◦ green 211 ◦ blue 144

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

Shades of Caribbean Green #02D390

Tints of Caribbean Green #02D390

RGB

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

 GREEN value IS 211 (82.81% from 255) = 59.1%

 BLUE value IS 144 (56.64% from 255) = 40.34%

R = 0.56%
G = 59.1%
B = 40.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#02D390 (or 0x02D390) is known color: Caribbean Green. HEX triplet: 02, D3 and 90. RGB value is (2,211,144). Sum of RGB (Red+Green+Blue) = 2+211+144=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 211 (82.81% from 255 or 59.10% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 211 - color contains mainly: green. Hex color #02D390 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D390 is #FD2C6F. Grayscale: #8C8C8C. Windows color (decimal): -16591984 or 9491202. OLE color: 9491202.

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

Color convert

RGB 2 211 144 -
CMYK 0.99 0 0.32 0.17
HSL 160.77º 0.98% 0.42% -
HSV(B) 160.77º 0.99% 0.83% -
XYZ 28.35 48.62 34.27 -
YUV 140.87 129.76 28.95 -
System Red Green Blue C M Y K H S L
Decimal 2 211 144 0.99 0 0.32 0.17 160.77 0.98 0.42
Hex 2 D3 90 63 0 20 11 A1 62 2A
Octal 2 323 220 143 0 40 21 241 142 52
Binary 10 11010011 10010000 1100011 0 100000 10001 10100001 1100010 101010

Color Harmonies of #02D390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D390

Black with #02D390

Text Example


Text Example

White with #02D390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,211,144); }

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

background-color css

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

 a { background-color: rgb(2,211,144); }

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

border-color css

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

 span { border-color: rgb(2,211,144); }

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