Html Css Color HEX #2FF023 Lime Green

📋 copy color: '#2FF023'

red 47 ◦ green 240 ◦ blue 35

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

Shades of Lime Green #2FF023

Tints of Lime Green #2FF023

RGB

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

 GREEN value IS 240 (94.14% from 255) = 74.53%

 BLUE value IS 35 (14.06% from 255) = 10.87%

R = 14.6%
G = 74.53%
B = 10.87%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#2FF023 (or 0x2FF023) is known color: Lime Green. HEX triplet: 2F, F0 and 23. RGB value is (47,240,35). Sum of RGB (Red+Green+Blue) = 47+240+35=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 240 (94.14% from 255 or 74.53% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF023 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF023 is #D00FDC. Grayscale: #9F9F9F. Windows color (decimal): -13635549 or 2355247. OLE color: 2355247.

HSL color Cylindrical-coordinate representation of color #2FF023: hue angle of 116.49º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FF023 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 240 35 -
CMYK 0.80 0 0.85 0.06
HSL 116.49º 0.87% 0.54% -
HSV(B) 116.49º 0.85% 0.94% -
XYZ 32.64 63.05 12.04 -
YUV 158.92 58.06 48.17 -
System Red Green Blue C M Y K H S L
Decimal 47 240 35 0.80 0 0.85 0.06 116.49 0.87 0.54
Hex 2F F0 23 50 0 55 6 74 57 36
Octal 57 360 43 120 0 125 6 164 127 66
Binary 101111 11110000 100011 1010000 0 1010101 110 1110100 1010111 110110

Color Harmonies of #2FF023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF023

Black with #2FF023

Text Example


Text Example

White with #2FF023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,240,35); }

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

background-color css

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

 a { background-color: rgb(47,240,35); }

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

border-color css

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

 span { border-color: rgb(47,240,35); }

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