Html Css Color HEX #02B25E Jade

📋 copy color: '#02B25E'

red 2 ◦ green 178 ◦ blue 94

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

Shades of Jade #02B25E

Tints of Jade #02B25E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 64.96%

 BLUE value IS 94 (37.11% from 255) = 34.31%

R = 0.73%
G = 64.96%
B = 34.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#02B25E (or 0x02B25E) is known color: Jade. HEX triplet: 02, B2 and 5E. RGB value is (2,178,94). Sum of RGB (Red+Green+Blue) = 2+178+94=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 178 (69.92% from 255 or 64.96% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 178 - color contains mainly: green. Hex color #02B25E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02B25E is #FD4DA1. Grayscale: #737373. Windows color (decimal): -16600482 or 6205954. OLE color: 6205954.

HSL color Cylindrical-coordinate representation of color #02B25E: hue angle of 151.36º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B25E is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 2 178 94 -
CMYK 0.99 0 0.47 0.30
HSL 151.36º 0.98% 0.35% -
HSV(B) 151.36º 0.99% 0.7% -
XYZ 17.97 32.66 15.95 -
YUV 115.8 115.69 46.83 -
System Red Green Blue C M Y K H S L
Decimal 2 178 94 0.99 0 0.47 0.30 151.36 0.98 0.35
Hex 2 B2 5E 63 0 2F 1E 97 62 23
Octal 2 262 136 143 0 57 36 227 142 43
Binary 10 10110010 1011110 1100011 0 101111 11110 10010111 1100010 100011

Color Harmonies of #02B25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B25E

Black with #02B25E

Text Example


Text Example

White with #02B25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,178,94); }

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

background-color css

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

 a { background-color: rgb(2,178,94); }

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

border-color css

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

 span { border-color: rgb(2,178,94); }

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