Html Css Color HEX #3ABC41 Lime Green

📋 copy color: '#3ABC41'

red 58 ◦ green 188 ◦ blue 65

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

Shades of Lime Green #3ABC41

Tints of Lime Green #3ABC41

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.45%

 BLUE value IS 65 (25.78% from 255) = 20.9%

R = 18.65%
G = 60.45%
B = 20.9%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#3ABC41 (or 0x3ABC41) is known color: Lime Green. HEX triplet: 3A, BC and 41. RGB value is (58,188,65). Sum of RGB (Red+Green+Blue) = 58+188+65=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABC41 is #C543BE. Grayscale: #878787. Windows color (decimal): -12927935 or 4308026. OLE color: 4308026.

HSL color Cylindrical-coordinate representation of color #3ABC41: hue angle of 123.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABC41 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 188 65 -
CMYK 0.69 0 0.65 0.26
HSL 123.23º 0.53% 0.48% -
HSV(B) 123.23º 0.69% 0.74% -
XYZ 20.68 37.25 11.1 -
YUV 135.11 88.43 73 -
System Red Green Blue C M Y K H S L
Decimal 58 188 65 0.69 0 0.65 0.26 123.23 0.53 0.48
Hex 3A BC 41 45 0 41 1A 7B 35 30
Octal 72 274 101 105 0 101 32 173 65 60
Binary 111010 10111100 1000001 1000101 0 1000001 11010 1111011 110101 110000

Color Harmonies of #3ABC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABC41

Black with #3ABC41

Text Example


Text Example

White with #3ABC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,188,65); }

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

background-color css

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

 a { background-color: rgb(58,188,65); }

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

border-color css

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

 span { border-color: rgb(58,188,65); }

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