Html Css Color HEX #02C483 Caribbean Green

📋 copy color: '#02C483'

red 2 ◦ green 196 ◦ blue 131

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

Shades of Caribbean Green #02C483

Tints of Caribbean Green #02C483

RGB

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

 GREEN value IS 196 (76.95% from 255) = 59.57%

 BLUE value IS 131 (51.56% from 255) = 39.82%

R = 0.61%
G = 59.57%
B = 39.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#02C483 (or 0x02C483) is known color: Caribbean Green. HEX triplet: 02, C4 and 83. RGB value is (2,196,131). Sum of RGB (Red+Green+Blue) = 2+196+131=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 196 (76.95% from 255 or 59.57% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 196 - color contains mainly: green. Hex color #02C483 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C483 is #FD3B7C. Grayscale: #828282. Windows color (decimal): -16595837 or 8635394. OLE color: 8635394.

HSL color Cylindrical-coordinate representation of color #02C483: hue angle of 159.9º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C483 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 2 196 131 -
CMYK 0.99 0 0.33 0.23
HSL 159.9º 0.98% 0.39% -
HSV(B) 159.9º 0.99% 0.77% -
XYZ 23.86 41.13 28.15 -
YUV 130.58 128.23 36.29 -
System Red Green Blue C M Y K H S L
Decimal 2 196 131 0.99 0 0.33 0.23 159.9 0.98 0.39
Hex 2 C4 83 63 0 21 17 A0 62 27
Octal 2 304 203 143 0 41 27 240 142 47
Binary 10 11000100 10000011 1100011 0 100001 10111 10100000 1100010 100111

Color Harmonies of #02C483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C483

Black with #02C483

Text Example


Text Example

White with #02C483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,196,131); }

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

background-color css

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

 a { background-color: rgb(2,196,131); }

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

border-color css

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

 span { border-color: rgb(2,196,131); }

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