Html Css Color HEX #2FF12A Lime Green

📋 copy color: '#2FF12A'

red 47 ◦ green 241 ◦ blue 42

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

Shades of Lime Green #2FF12A

Tints of Lime Green #2FF12A

RGB

 RED value IS 47 (18.75% from 255) = 14.24%

 GREEN value IS 241 (94.53% from 255) = 73.03%

 BLUE value IS 42 (16.8% from 255) = 12.73%

R = 14.24%
G = 73.03%
B = 12.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#2FF12A (or 0x2FF12A) is known color: Lime Green. HEX triplet: 2F, F1 and 2A. RGB value is (47,241,42). Sum of RGB (Red+Green+Blue) = 47+241+42=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 241 (94.53% from 255 or 73.03% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF12A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF12A is #D00ED5. Grayscale: #A0A0A0. Windows color (decimal): -13635286 or 2814255. OLE color: 2814255.

HSL color Cylindrical-coordinate representation of color #2FF12A: hue angle of 118.49º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FF12A is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 241 42 -
CMYK 0.80 0 0.83 0.05
HSL 118.49º 0.88% 0.55% -
HSV(B) 118.49º 0.83% 0.95% -
XYZ 33.05 63.68 12.74 -
YUV 160.31 61.23 47.18 -
System Red Green Blue C M Y K H S L
Decimal 47 241 42 0.80 0 0.83 0.05 118.49 0.88 0.55
Hex 2F F1 2A 50 0 53 5 76 58 37
Octal 57 361 52 120 0 123 5 166 130 67
Binary 101111 11110001 101010 1010000 0 1010011 101 1110110 1011000 110111

Color Harmonies of #2FF12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF12A

Black with #2FF12A

Text Example


Text Example

White with #2FF12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,241,42); }

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

background-color css

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

 a { background-color: rgb(47,241,42); }

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

border-color css

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

 span { border-color: rgb(47,241,42); }

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