Html Css Color HEX #3AF227 Lime Green

📋 copy color: '#3AF227'

red 58 ◦ green 242 ◦ blue 39

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

Shades of Lime Green #3AF227

Tints of Lime Green #3AF227

RGB

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

 GREEN value IS 242 (94.92% from 255) = 71.39%

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

R = 17.11%
G = 71.39%
B = 11.5%

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

#3AF227 (or 0x3AF227) is known color: Lime Green. HEX triplet: 3A, F2 and 27. RGB value is (58,242,39). Sum of RGB (Red+Green+Blue) = 58+242+39=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 242 (94.92% from 255 or 71.39% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF227 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF227 is #C50DD8. Grayscale: #A4A4A4. Windows color (decimal): -12914137 or 2617914. OLE color: 2617914.

HSL color Cylindrical-coordinate representation of color #3AF227: hue angle of 114.38º degrees, saturation: 0.89, 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 #3AF227 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 242 39 -
CMYK 0.76 0 0.84 0.05
HSL 114.38º 0.89% 0.55% -
HSV(B) 114.38º 0.84% 0.95% -
XYZ 33.86 64.55 12.59 -
YUV 163.84 57.54 52.51 -
System Red Green Blue C M Y K H S L
Decimal 58 242 39 0.76 0 0.84 0.05 114.38 0.89 0.55
Hex 3A F2 27 4C 0 54 5 72 59 37
Octal 72 362 47 114 0 124 5 162 131 67
Binary 111010 11110010 100111 1001100 0 1010100 101 1110010 1011001 110111

Color Harmonies of #3AF227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF227

Black with #3AF227

Text Example


Text Example

White with #3AF227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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