Html Css Color HEX #3ADC27 Lime Green

📋 copy color: '#3ADC27'

red 58 ◦ green 220 ◦ blue 39

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

Shades of Lime Green #3ADC27

Tints of Lime Green #3ADC27

RGB

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

 GREEN value IS 220 (86.33% from 255) = 69.4%

 BLUE value IS 39 (15.63% from 255) = 12.3%

R = 18.3%
G = 69.4%
B = 12.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#3ADC27 (or 0x3ADC27) is known color: Lime Green. HEX triplet: 3A, DC and 27. RGB value is (58,220,39). Sum of RGB (Red+Green+Blue) = 58+220+39=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 220 (86.33% from 255 or 69.40% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADC27 is #C523D8. Grayscale: #979797. Windows color (decimal): -12919769 or 2612282. OLE color: 2612282.

HSL color Cylindrical-coordinate representation of color #3ADC27: hue angle of 113.7º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3ADC27 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 220 39 -
CMYK 0.74 0 0.82 0.14
HSL 113.7º 0.72% 0.51% -
HSV(B) 113.7º 0.82% 0.86% -
XYZ 27.7 52.23 10.54 -
YUV 150.93 64.83 61.72 -
System Red Green Blue C M Y K H S L
Decimal 58 220 39 0.74 0 0.82 0.14 113.7 0.72 0.51
Hex 3A DC 27 4A 0 52 E 72 48 33
Octal 72 334 47 112 0 122 16 162 110 63
Binary 111010 11011100 100111 1001010 0 1010010 1110 1110010 1001000 110011

Color Harmonies of #3ADC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADC27

Black with #3ADC27

Text Example


Text Example

White with #3ADC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,220,39); }

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

background-color css

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

 a { background-color: rgb(58,220,39); }

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

border-color css

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

 span { border-color: rgb(58,220,39); }

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