Html Css Color HEX #3EBF30 Lime Green

📋 copy color: '#3EBF30'

red 62 ◦ green 191 ◦ blue 48

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

Shades of Lime Green #3EBF30

Tints of Lime Green #3EBF30

RGB

 RED value IS 62 (24.61% from 255) = 20.6%

 GREEN value IS 191 (75% from 255) = 63.46%

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 20.6%
G = 63.46%
B = 15.95%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#3EBF30 (or 0x3EBF30) is known color: Lime Green. HEX triplet: 3E, BF and 30. RGB value is (62,191,48). Sum of RGB (Red+Green+Blue) = 62+191+48=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 191 (75% from 255 or 63.46% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 191 - color contains mainly: green. Hex color #3EBF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EBF30 is #C140CF. Grayscale: #888888. Windows color (decimal): -12665040 or 3194686. OLE color: 3194686.

HSL color Cylindrical-coordinate representation of color #3EBF30: hue angle of 114.13º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EBF30 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 191 48 -
CMYK 0.68 0 0.75 0.25
HSL 114.13º 0.6% 0.47% -
HSV(B) 114.13º 0.75% 0.75% -
XYZ 21.15 38.5 9.11 -
YUV 136.13 78.26 75.13 -
System Red Green Blue C M Y K H S L
Decimal 62 191 48 0.68 0 0.75 0.25 114.13 0.6 0.47
Hex 3E BF 30 44 0 4B 19 72 3C 2F
Octal 76 277 60 104 0 113 31 162 74 57
Binary 111110 10111111 110000 1000100 0 1001011 11001 1110010 111100 101111

Color Harmonies of #3EBF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EBF30

Black with #3EBF30

Text Example


Text Example

White with #3EBF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3EBF30; }

 p { color: rgb(62,191,48); }

 H1.HeaderClassName
 {
   color: #3EBF30;
 }
 .AnyTagClassName
 {
   color: #3EBF30;
 }
</style>

background-color css

<style>
 a { background-color: #3EBF30; }

 a { background-color: rgb(62,191,48); }

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

border-color css

<style>
 span { border-color: #3EBF30; }

 span { border-color: rgb(62,191,48); }

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