Html Css Color HEX #3AF127 Lime Green

📋 copy color: '#3AF127'

red 58 ◦ green 241 ◦ blue 39

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

Shades of Lime Green #3AF127

Tints of Lime Green #3AF127

RGB

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

 GREEN value IS 241 (94.53% from 255) = 71.3%

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

R = 17.16%
G = 71.3%
B = 11.54%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#3AF127 (or 0x3AF127) is known color: Lime Green. HEX triplet: 3A, F1 and 27. RGB value is (58,241,39). Sum of RGB (Red+Green+Blue) = 58+241+39=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 241 (94.53% from 255 or 71.30% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF127 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF127 is #C50ED8. Grayscale: #A3A3A3. Windows color (decimal): -12914393 or 2617658. OLE color: 2617658.

HSL color Cylindrical-coordinate representation of color #3AF127: hue angle of 114.36º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3AF127 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 241 39 -
CMYK 0.76 0 0.84 0.05
HSL 114.36º 0.88% 0.55% -
HSV(B) 114.36º 0.84% 0.95% -
XYZ 33.57 63.96 12.5 -
YUV 163.26 57.87 52.93 -
System Red Green Blue C M Y K H S L
Decimal 58 241 39 0.76 0 0.84 0.05 114.36 0.88 0.55
Hex 3A F1 27 4C 0 54 5 72 58 37
Octal 72 361 47 114 0 124 5 162 130 67
Binary 111010 11110001 100111 1001100 0 1010100 101 1110010 1011000 110111

Color Harmonies of #3AF127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF127

Black with #3AF127

Text Example


Text Example

White with #3AF127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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