Html Css Color HEX #3ABF44 Lime Green

📋 copy color: '#3ABF44'

red 58 ◦ green 191 ◦ blue 68

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

Shades of Lime Green #3ABF44

Tints of Lime Green #3ABF44

RGB

 RED value IS 58 (23.05% from 255) = 18.3%

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

 BLUE value IS 68 (26.95% from 255) = 21.45%

R = 18.3%
G = 60.25%
B = 21.45%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#3ABF44 (or 0x3ABF44) is known color: Lime Green. HEX triplet: 3A, BF and 44. RGB value is (58,191,68). Sum of RGB (Red+Green+Blue) = 58+191+68=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABF44 is #C540BB. Grayscale: #898989. Windows color (decimal): -12927164 or 4505402. OLE color: 4505402.

HSL color Cylindrical-coordinate representation of color #3ABF44: hue angle of 124.51º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ABF44 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 191 68 -
CMYK 0.70 0 0.64 0.25
HSL 124.51º 0.53% 0.49% -
HSV(B) 124.51º 0.7% 0.75% -
XYZ 21.42 38.58 11.79 -
YUV 137.21 88.94 71.5 -
System Red Green Blue C M Y K H S L
Decimal 58 191 68 0.70 0 0.64 0.25 124.51 0.53 0.49
Hex 3A BF 44 46 0 40 19 7D 35 31
Octal 72 277 104 106 0 100 31 175 65 61
Binary 111010 10111111 1000100 1000110 0 1000000 11001 1111101 110101 110001

Color Harmonies of #3ABF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABF44

Black with #3ABF44

Text Example


Text Example

White with #3ABF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,191,68); }

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

background-color css

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

 a { background-color: rgb(58,191,68); }

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

border-color css

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

 span { border-color: rgb(58,191,68); }

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