Html Css Color HEX #3AF027 Lime Green

📋 copy color: '#3AF027'

red 58 ◦ green 240 ◦ blue 39

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

Shades of Lime Green #3AF027

Tints of Lime Green #3AF027

RGB

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

 GREEN value IS 240 (94.14% from 255) = 71.22%

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

R = 17.21%
G = 71.22%
B = 11.57%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#3AF027 (or 0x3AF027) is known color: Lime Green. HEX triplet: 3A, F0 and 27. RGB value is (58,240,39). Sum of RGB (Red+Green+Blue) = 58+240+39=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 240 (94.14% from 255 or 71.22% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF027 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF027 is #C50FD8. Grayscale: #A3A3A3. Windows color (decimal): -12914649 or 2617402. OLE color: 2617402.

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

Color convert

RGB 58 240 39 -
CMYK 0.76 0 0.84 0.06
HSL 114.33º 0.87% 0.55% -
HSV(B) 114.33º 0.84% 0.94% -
XYZ 33.27 63.37 12.4 -
YUV 162.67 58.2 53.34 -
System Red Green Blue C M Y K H S L
Decimal 58 240 39 0.76 0 0.84 0.06 114.33 0.87 0.55
Hex 3A F0 27 4C 0 54 6 72 57 37
Octal 72 360 47 114 0 124 6 162 127 67
Binary 111010 11110000 100111 1001100 0 1010100 110 1110010 1010111 110111

Color Harmonies of #3AF027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF027

Black with #3AF027

Text Example


Text Example

White with #3AF027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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