Html Css Color HEX #2FF245 Lime Green

📋 copy color: '#2FF245'

red 47 ◦ green 242 ◦ blue 69

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

Shades of Lime Green #2FF245

Tints of Lime Green #2FF245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.27%

R = 13.13%
G = 67.6%
B = 19.27%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#2FF245 (or 0x2FF245) is known color: Lime Green. HEX triplet: 2F, F2 and 45. RGB value is (47,242,69). Sum of RGB (Red+Green+Blue) = 47+242+69=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 242 (94.92% from 255 or 67.60% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF245 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF245 is #D00DBA. Grayscale: #A4A4A4. Windows color (decimal): -13635003 or 4583983. OLE color: 4583983.

HSL color Cylindrical-coordinate representation of color #2FF245: hue angle of 126.77º 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 #2FF245 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 242 69 -
CMYK 0.81 0 0.71 0.05
HSL 126.77º 0.88% 0.57% -
HSV(B) 126.77º 0.81% 0.95% -
XYZ 34 64.54 16.3 -
YUV 163.97 74.4 44.57 -
System Red Green Blue C M Y K H S L
Decimal 47 242 69 0.81 0 0.71 0.05 126.77 0.88 0.57
Hex 2F F2 45 51 0 47 5 7F 58 39
Octal 57 362 105 121 0 107 5 177 130 71
Binary 101111 11110010 1000101 1010001 0 1000111 101 1111111 1011000 111001

Color Harmonies of #2FF245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF245

Black with #2FF245

Text Example


Text Example

White with #2FF245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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