Html Css Color HEX #2AFF3C Lime Green

📋 copy color: '#2AFF3C'

red 42 ◦ green 255 ◦ blue 60

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

Shades of Lime Green #2AFF3C

Tints of Lime Green #2AFF3C

RGB

 RED value IS 42 (16.8% from 255) = 11.76%

 GREEN value IS 255 (100% from 255) = 71.43%

 BLUE value IS 60 (23.83% from 255) = 16.81%

R = 11.76%
G = 71.43%
B = 16.81%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#2AFF3C (or 0x2AFF3C) is known color: Lime Green. HEX triplet: 2A, FF and 3C. RGB value is (42,255,60). Sum of RGB (Red+Green+Blue) = 42+255+60=357 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.76% from 357); Green value is 255 (100% from 255 or 71.43% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFF3C is #D500C3. Grayscale: #A9A9A9. Windows color (decimal): -13959364 or 3997482. OLE color: 3997482.

HSL color Cylindrical-coordinate representation of color #2AFF3C: hue angle of 125.07º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFF3C is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 42 255 60 -
CMYK 0.84 0 0.76 0
HSL 125.07º 1% 0.58% -
HSV(B) 125.07º 0.84% 1% -
XYZ 37.53 72.34 16.26 -
YUV 169.08 66.43 37.36 -
System Red Green Blue C M Y K H S L
Decimal 42 255 60 0.84 0 0.76 0 125.07 1 0.58
Hex 2A FF 3C 54 0 4C 0 7D 64 3A
Octal 52 377 74 124 0 114 0 175 144 72
Binary 101010 11111111 111100 1010100 0 1001100 0 1111101 1100100 111010

Color Harmonies of #2AFF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFF3C

Black with #2AFF3C

Text Example


Text Example

White with #2AFF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AFF3C; }

 p { color: rgb(42,255,60); }

 H1.HeaderClassName
 {
   color: #2AFF3C;
 }
 .AnyTagClassName
 {
   color: #2AFF3C;
 }
</style>

background-color css

<style>
 a { background-color: #2AFF3C; }

 a { background-color: rgb(42,255,60); }

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

border-color css

<style>
 span { border-color: #2AFF3C; }

 span { border-color: rgb(42,255,60); }

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