Html Css Color HEX #3ACE30 Lime Green

📋 copy color: '#3ACE30'

red 58 ◦ green 206 ◦ blue 48

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

Shades of Lime Green #3ACE30

Tints of Lime Green #3ACE30

RGB

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

 GREEN value IS 206 (80.86% from 255) = 66.03%

 BLUE value IS 48 (19.14% from 255) = 15.38%

R = 18.59%
G = 66.03%
B = 15.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#3ACE30 (or 0x3ACE30) is known color: Lime Green. HEX triplet: 3A, CE and 30. RGB value is (58,206,48). Sum of RGB (Red+Green+Blue) = 58+206+48=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 206 (80.86% from 255 or 66.03% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACE30 is #C531CF. Grayscale: #909090. Windows color (decimal): -12923344 or 3198522. OLE color: 3198522.

HSL color Cylindrical-coordinate representation of color #3ACE30: hue angle of 116.2º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ACE30 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 206 48 -
CMYK 0.72 0 0.77 0.19
HSL 116.2º 0.62% 0.5% -
HSV(B) 116.2º 0.77% 0.81% -
XYZ 24.35 45.26 10.25 -
YUV 143.74 73.97 66.85 -
System Red Green Blue C M Y K H S L
Decimal 58 206 48 0.72 0 0.77 0.19 116.2 0.62 0.5
Hex 3A CE 30 48 0 4D 13 74 3E 32
Octal 72 316 60 110 0 115 23 164 76 62
Binary 111010 11001110 110000 1001000 0 1001101 10011 1110100 111110 110010

Color Harmonies of #3ACE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACE30

Black with #3ACE30

Text Example


Text Example

White with #3ACE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,206,48); }

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

background-color css

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

 a { background-color: rgb(58,206,48); }

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

border-color css

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

 span { border-color: rgb(58,206,48); }

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