Html Css Color HEX #3AFB2E Lime Green

📋 copy color: '#3AFB2E'

red 58 ◦ green 251 ◦ blue 46

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

Shades of Lime Green #3AFB2E

Tints of Lime Green #3AFB2E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 70.7%

 BLUE value IS 46 (18.36% from 255) = 12.96%

R = 16.34%
G = 70.7%
B = 12.96%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#3AFB2E (or 0x3AFB2E) is known color: Lime Green. HEX triplet: 3A, FB and 2E. RGB value is (58,251,46). Sum of RGB (Red+Green+Blue) = 58+251+46=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 251 (98.44% from 255 or 70.70% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFB2E is #C504D1. Grayscale: #AAAAAA. Windows color (decimal): -12911826 or 3078970. OLE color: 3078970.

HSL color Cylindrical-coordinate representation of color #3AFB2E: hue angle of 116.49º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3AFB2E is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 251 46 -
CMYK 0.77 0 0.82 0.02
HSL 116.49º 0.96% 0.58% -
HSV(B) 116.49º 0.82% 0.98% -
XYZ 36.74 70.09 14.18 -
YUV 169.92 58.06 48.17 -
System Red Green Blue C M Y K H S L
Decimal 58 251 46 0.77 0 0.82 0.02 116.49 0.96 0.58
Hex 3A FB 2E 4D 0 52 2 74 60 3A
Octal 72 373 56 115 0 122 2 164 140 72
Binary 111010 11111011 101110 1001101 0 1010010 10 1110100 1100000 111010

Color Harmonies of #3AFB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFB2E

Black with #3AFB2E

Text Example


Text Example

White with #3AFB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,251,46); }

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

background-color css

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

 a { background-color: rgb(58,251,46); }

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

border-color css

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

 span { border-color: rgb(58,251,46); }

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