Html Css Color HEX #02BB3A Dark Pastel Green

📋 copy color: '#02BB3A'

red 2 ◦ green 187 ◦ blue 58

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

Shades of Dark Pastel Green #02BB3A

Tints of Dark Pastel Green #02BB3A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 75.71%

 BLUE value IS 58 (23.05% from 255) = 23.48%

R = 0.81%
G = 75.71%
B = 23.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#02BB3A (or 0x02BB3A) is known color: Dark Pastel Green. HEX triplet: 02, BB and 3A. RGB value is (2,187,58). Sum of RGB (Red+Green+Blue) = 2+187+58=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 187 (73.44% from 255 or 75.71% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 187 - color contains mainly: green. Hex color #02BB3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BB3A is #FD44C5. Grayscale: #757575. Windows color (decimal): -16598214 or 3848962. OLE color: 3848962.

HSL color Cylindrical-coordinate representation of color #02BB3A: hue angle of 138.16º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BB3A is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 187 58 -
CMYK 0.99 0 0.69 0.27
HSL 138.16º 0.98% 0.37% -
HSV(B) 138.16º 0.99% 0.73% -
XYZ 18.56 35.86 9.95 -
YUV 116.98 94.71 45.99 -
System Red Green Blue C M Y K H S L
Decimal 2 187 58 0.99 0 0.69 0.27 138.16 0.98 0.37
Hex 2 BB 3A 63 0 45 1B 8A 62 25
Octal 2 273 72 143 0 105 33 212 142 45
Binary 10 10111011 111010 1100011 0 1000101 11011 10001010 1100010 100101

Color Harmonies of #02BB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BB3A

Black with #02BB3A

Text Example


Text Example

White with #02BB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,187,58); }

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

background-color css

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

 a { background-color: rgb(2,187,58); }

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

border-color css

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

 span { border-color: rgb(2,187,58); }

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