Html Css Color HEX #2FF242 Lime Green

📋 copy color: '#2FF242'

red 47 ◦ green 242 ◦ blue 66

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

Shades of Lime Green #2FF242

Tints of Lime Green #2FF242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.59%

R = 13.24%
G = 68.17%
B = 18.59%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#2FF242 (or 0x2FF242) is known color: Lime Green. HEX triplet: 2F, F2 and 42. RGB value is (47,242,66). Sum of RGB (Red+Green+Blue) = 47+242+66=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 242 (94.92% from 255 or 68.17% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF242 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF242 is #D00DBD. Grayscale: #A4A4A4. Windows color (decimal): -13635006 or 4387375. OLE color: 4387375.

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

Color convert

RGB 47 242 66 -
CMYK 0.81 0 0.73 0.05
HSL 125.85º 0.88% 0.57% -
HSV(B) 125.85º 0.81% 0.95% -
XYZ 33.91 64.5 15.82 -
YUV 163.63 72.9 44.81 -
System Red Green Blue C M Y K H S L
Decimal 47 242 66 0.81 0 0.73 0.05 125.85 0.88 0.57
Hex 2F F2 42 51 0 49 5 7E 58 39
Octal 57 362 102 121 0 111 5 176 130 71
Binary 101111 11110010 1000010 1010001 0 1001001 101 1111110 1011000 111001

Color Harmonies of #2FF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF242

Black with #2FF242

Text Example


Text Example

White with #2FF242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,242,66); }

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

background-color css

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

 a { background-color: rgb(47,242,66); }

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

border-color css

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

 span { border-color: rgb(47,242,66); }

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