Html Css Color HEX #2FF236 Lime Green

📋 copy color: '#2FF236'

red 47 ◦ green 242 ◦ blue 54

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

Shades of Lime Green #2FF236

Tints of Lime Green #2FF236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.74%

R = 13.7%
G = 70.55%
B = 15.74%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#2FF236 (or 0x2FF236) is known color: Lime Green. HEX triplet: 2F, F2 and 36. RGB value is (47,242,54). Sum of RGB (Red+Green+Blue) = 47+242+54=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 242 (94.92% from 255 or 70.55% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF236 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF236 is #D00DC9. Grayscale: #A2A2A2. Windows color (decimal): -13635018 or 3600943. OLE color: 3600943.

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

Color convert

RGB 47 242 54 -
CMYK 0.81 0 0.78 0.05
HSL 122.15º 0.88% 0.57% -
HSV(B) 122.15º 0.81% 0.95% -
XYZ 33.59 64.37 14.15 -
YUV 162.26 66.9 45.79 -
System Red Green Blue C M Y K H S L
Decimal 47 242 54 0.81 0 0.78 0.05 122.15 0.88 0.57
Hex 2F F2 36 51 0 4E 5 7A 58 39
Octal 57 362 66 121 0 116 5 172 130 71
Binary 101111 11110010 110110 1010001 0 1001110 101 1111010 1011000 111001

Color Harmonies of #2FF236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF236

Black with #2FF236

Text Example


Text Example

White with #2FF236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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