Html Css Color HEX #3AFE37 Lime Green

📋 copy color: '#3AFE37'

red 58 ◦ green 254 ◦ blue 55

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

Shades of Lime Green #3AFE37

Tints of Lime Green #3AFE37

RGB

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

 GREEN value IS 254 (99.61% from 255) = 69.21%

 BLUE value IS 55 (21.88% from 255) = 14.99%

R = 15.8%
G = 69.21%
B = 14.99%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#3AFE37 (or 0x3AFE37) is known color: Lime Green. HEX triplet: 3A, FE and 37. RGB value is (58,254,55). Sum of RGB (Red+Green+Blue) = 58+254+55=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 254 (99.61% from 255 or 69.21% from 367); Blue value is 55 (21.88% from 255 or 14.99% from 367); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFE37 is #C501C8. Grayscale: #ADADAD. Windows color (decimal): -12911049 or 3669562. OLE color: 3669562.

HSL color Cylindrical-coordinate representation of color #3AFE37: hue angle of 119.1º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3AFE37 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.

Color convert

RGB 58 254 55 -
CMYK 0.77 0 0.78 0.00
HSL 119.1º 0.99% 0.61% -
HSV(B) 119.1º 0.78% 1% -
XYZ 37.88 72.06 15.53 -
YUV 172.71 61.57 46.18 -
System Red Green Blue C M Y K H S L
Decimal 58 254 55 0.77 0 0.78 0.00 119.1 0.99 0.61
Hex 3A FE 37 4D 0 4E 0 77 63 3D
Octal 72 376 67 115 0 116 0 167 143 75
Binary 111010 11111110 110111 1001101 0 1001110 0 1110111 1100011 111101

Color Harmonies of #3AFE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFE37

Black with #3AFE37

Text Example


Text Example

White with #3AFE37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,254,55); }

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

background-color css

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

 a { background-color: rgb(58,254,55); }

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

border-color css

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

 span { border-color: rgb(58,254,55); }

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