Html Css Color HEX #3ABC3D Lime Green

📋 copy color: '#3ABC3D'

red 58 ◦ green 188 ◦ blue 61

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

Shades of Lime Green #3ABC3D

Tints of Lime Green #3ABC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.87%

R = 18.89%
G = 61.24%
B = 19.87%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#3ABC3D (or 0x3ABC3D) is known color: Lime Green. HEX triplet: 3A, BC and 3D. RGB value is (58,188,61). Sum of RGB (Red+Green+Blue) = 58+188+61=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABC3D is #C543C2. Grayscale: #878787. Windows color (decimal): -12927939 or 4045882. OLE color: 4045882.

HSL color Cylindrical-coordinate representation of color #3ABC3D: hue angle of 121.38º 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 #3ABC3D is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 188 61 -
CMYK 0.69 0 0.68 0.26
HSL 121.38º 0.53% 0.48% -
HSV(B) 121.38º 0.69% 0.74% -
XYZ 20.57 37.2 10.51 -
YUV 134.65 86.43 73.33 -
System Red Green Blue C M Y K H S L
Decimal 58 188 61 0.69 0 0.68 0.26 121.38 0.53 0.48
Hex 3A BC 3D 45 0 44 1A 79 35 30
Octal 72 274 75 105 0 104 32 171 65 60
Binary 111010 10111100 111101 1000101 0 1000100 11010 1111001 110101 110000

Color Harmonies of #3ABC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABC3D

Black with #3ABC3D

Text Example


Text Example

White with #3ABC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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