Html Css Color HEX #3ABF33 Lime Green

📋 copy color: '#3ABF33'

red 58 ◦ green 191 ◦ blue 51

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

Shades of Lime Green #3ABF33

Tints of Lime Green #3ABF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17%

R = 19.33%
G = 63.67%
B = 17%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#3ABF33 (or 0x3ABF33) is known color: Lime Green. HEX triplet: 3A, BF and 33. RGB value is (58,191,51). Sum of RGB (Red+Green+Blue) = 58+191+51=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABF33 is #C540CC. Grayscale: #878787. Windows color (decimal): -12927181 or 3391290. OLE color: 3391290.

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

Color convert

RGB 58 191 51 -
CMYK 0.70 0 0.73 0.25
HSL 117º 0.58% 0.47% -
HSV(B) 117º 0.73% 0.75% -
XYZ 20.97 38.4 9.44 -
YUV 135.27 80.44 72.88 -
System Red Green Blue C M Y K H S L
Decimal 58 191 51 0.70 0 0.73 0.25 117 0.58 0.47
Hex 3A BF 33 46 0 49 19 75 3A 2F
Octal 72 277 63 106 0 111 31 165 72 57
Binary 111010 10111111 110011 1000110 0 1001001 11001 1110101 111010 101111

Color Harmonies of #3ABF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABF33

Black with #3ABF33

Text Example


Text Example

White with #3ABF33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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