Html Css Color HEX #3ACB1E Lime Green

📋 copy color: '#3ACB1E'

red 58 ◦ green 203 ◦ blue 30

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

Shades of Lime Green #3ACB1E

Tints of Lime Green #3ACB1E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 69.76%

 BLUE value IS 30 (12.11% from 255) = 10.31%

R = 19.93%
G = 69.76%
B = 10.31%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#3ACB1E (or 0x3ACB1E) is known color: Lime Green. HEX triplet: 3A, CB and 1E. RGB value is (58,203,30). Sum of RGB (Red+Green+Blue) = 58+203+30=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 203 (79.69% from 255 or 69.76% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 203 - color contains mainly: green. Hex color #3ACB1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACB1E is #C534E1. Grayscale: #8C8C8C. Windows color (decimal): -12924130 or 2018106. OLE color: 2018106.

HSL color Cylindrical-coordinate representation of color #3ACB1E: hue angle of 110.29º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3ACB1E is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 203 30 -
CMYK 0.71 0 0.85 0.20
HSL 110.29º 0.74% 0.46% -
HSV(B) 110.29º 0.85% 0.8% -
XYZ 23.34 43.71 8.43 -
YUV 139.92 65.96 69.57 -
System Red Green Blue C M Y K H S L
Decimal 58 203 30 0.71 0 0.85 0.20 110.29 0.74 0.46
Hex 3A CB 1E 47 0 55 14 6E 4A 2E
Octal 72 313 36 107 0 125 24 156 112 56
Binary 111010 11001011 11110 1000111 0 1010101 10100 1101110 1001010 101110

Color Harmonies of #3ACB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACB1E

Black with #3ACB1E

Text Example


Text Example

White with #3ACB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,203,30); }

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

background-color css

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

 a { background-color: rgb(58,203,30); }

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

border-color css

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

 span { border-color: rgb(58,203,30); }

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