Html Css Color HEX #02BE3C Dark Pastel Green

📋 copy color: '#02BE3C'

red 2 ◦ green 190 ◦ blue 60

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

Shades of Dark Pastel Green #02BE3C

Tints of Dark Pastel Green #02BE3C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 75.4%

 BLUE value IS 60 (23.83% from 255) = 23.81%

R = 0.79%
G = 75.4%
B = 23.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#02BE3C (or 0x02BE3C) is known color: Dark Pastel Green. HEX triplet: 02, BE and 3C. RGB value is (2,190,60). Sum of RGB (Red+Green+Blue) = 2+190+60=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 190 (74.61% from 255 or 75.40% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 190 - color contains mainly: green. Hex color #02BE3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BE3C is #FD41C3. Grayscale: #777777. Windows color (decimal): -16597444 or 3980802. OLE color: 3980802.

HSL color Cylindrical-coordinate representation of color #02BE3C: hue angle of 138.51º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BE3C is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 190 60 -
CMYK 0.99 0 0.68 0.25
HSL 138.51º 0.98% 0.38% -
HSV(B) 138.51º 0.99% 0.75% -
XYZ 19.25 37.17 10.43 -
YUV 118.97 94.72 44.57 -
System Red Green Blue C M Y K H S L
Decimal 2 190 60 0.99 0 0.68 0.25 138.51 0.98 0.38
Hex 2 BE 3C 63 0 44 19 8B 62 26
Octal 2 276 74 143 0 104 31 213 142 46
Binary 10 10111110 111100 1100011 0 1000100 11001 10001011 1100010 100110

Color Harmonies of #02BE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BE3C

Black with #02BE3C

Text Example


Text Example

White with #02BE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,190,60); }

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

background-color css

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

 a { background-color: rgb(2,190,60); }

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

border-color css

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

 span { border-color: rgb(2,190,60); }

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