Html Css Color HEX #3AEF4D Lime Green

📋 copy color: '#3AEF4D'

red 58 ◦ green 239 ◦ blue 77

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

Shades of Lime Green #3AEF4D

Tints of Lime Green #3AEF4D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 63.9%

 BLUE value IS 77 (30.47% from 255) = 20.59%

R = 15.51%
G = 63.9%
B = 20.59%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#3AEF4D (or 0x3AEF4D) is known color: Lime Green. HEX triplet: 3A, EF and 4D. RGB value is (58,239,77). Sum of RGB (Red+Green+Blue) = 58+239+77=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 239 (93.75% from 255 or 63.90% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 239 - color contains mainly: green. Hex color #3AEF4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AEF4D is #C510B2. Grayscale: #A6A6A6. Windows color (decimal): -12914867 or 5107514. OLE color: 5107514.

HSL color Cylindrical-coordinate representation of color #3AEF4D: hue angle of 126.3º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEF4D is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 239 77 -
CMYK 0.76 0 0.68 0.06
HSL 126.3º 0.85% 0.58% -
HSV(B) 126.3º 0.76% 0.94% -
XYZ 33.95 63.17 17.42 -
YUV 166.41 77.53 50.67 -
System Red Green Blue C M Y K H S L
Decimal 58 239 77 0.76 0 0.68 0.06 126.3 0.85 0.58
Hex 3A EF 4D 4C 0 44 6 7E 55 3A
Octal 72 357 115 114 0 104 6 176 125 72
Binary 111010 11101111 1001101 1001100 0 1000100 110 1111110 1010101 111010

Color Harmonies of #3AEF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEF4D

Black with #3AEF4D

Text Example


Text Example

White with #3AEF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,239,77); }

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

background-color css

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

 a { background-color: rgb(58,239,77); }

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

border-color css

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

 span { border-color: rgb(58,239,77); }

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