Html Css Color HEX #02BD34 Dark Pastel Green

📋 copy color: '#02BD34'

red 2 ◦ green 189 ◦ blue 52

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

Shades of Dark Pastel Green #02BD34

Tints of Dark Pastel Green #02BD34

RGB

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

 GREEN value IS 189 (74.22% from 255) = 77.78%

 BLUE value IS 52 (20.7% from 255) = 21.4%

R = 0.82%
G = 77.78%
B = 21.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#02BD34 (or 0x02BD34) is known color: Dark Pastel Green. HEX triplet: 02, BD and 34. RGB value is (2,189,52). Sum of RGB (Red+Green+Blue) = 2+189+52=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 189 (74.22% from 255 or 77.78% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BD34 is #FD42CB. Grayscale: #757575. Windows color (decimal): -16597708 or 3456258. OLE color: 3456258.

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

Color convert

RGB 2 189 52 -
CMYK 0.99 0 0.72 0.26
HSL 136.04º 0.98% 0.37% -
HSV(B) 136.04º 0.99% 0.74% -
XYZ 18.84 36.66 9.33 -
YUV 117.47 91.05 45.64 -
System Red Green Blue C M Y K H S L
Decimal 2 189 52 0.99 0 0.72 0.26 136.04 0.98 0.37
Hex 2 BD 34 63 0 48 1A 88 62 25
Octal 2 275 64 143 0 110 32 210 142 45
Binary 10 10111101 110100 1100011 0 1001000 11010 10001000 1100010 100101

Color Harmonies of #02BD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BD34

Black with #02BD34

Text Example


Text Example

White with #02BD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,189,52); }

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

background-color css

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

 a { background-color: rgb(2,189,52); }

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

border-color css

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

 span { border-color: rgb(2,189,52); }

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