Html Css Color HEX #2FF324 Lime Green

📋 copy color: '#2FF324'

red 47 ◦ green 243 ◦ blue 36

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

Shades of Lime Green #2FF324

Tints of Lime Green #2FF324

RGB

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

 GREEN value IS 243 (95.31% from 255) = 74.54%

 BLUE value IS 36 (14.45% from 255) = 11.04%

R = 14.42%
G = 74.54%
B = 11.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#2FF324 (or 0x2FF324) is known color: Lime Green. HEX triplet: 2F, F3 and 24. RGB value is (47,243,36). Sum of RGB (Red+Green+Blue) = 47+243+36=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 243 (95.31% from 255 or 74.54% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF324 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF324 is #D00CDB. Grayscale: #A1A1A1. Windows color (decimal): -13634780 or 2421551. OLE color: 2421551.

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

Color convert

RGB 47 243 36 -
CMYK 0.81 0 0.85 0.05
HSL 116.81º 0.9% 0.55% -
HSV(B) 116.81º 0.85% 0.95% -
XYZ 33.54 64.83 12.42 -
YUV 160.8 57.57 46.83 -
System Red Green Blue C M Y K H S L
Decimal 47 243 36 0.81 0 0.85 0.05 116.81 0.9 0.55
Hex 2F F3 24 51 0 55 5 75 5A 37
Octal 57 363 44 121 0 125 5 165 132 67
Binary 101111 11110011 100100 1010001 0 1010101 101 1110101 1011010 110111

Color Harmonies of #2FF324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF324

Black with #2FF324

Text Example


Text Example

White with #2FF324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,243,36); }

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

background-color css

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

 a { background-color: rgb(47,243,36); }

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

border-color css

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

 span { border-color: rgb(47,243,36); }

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