Html Css Color HEX #2FF322 Lime Green

📋 copy color: '#2FF322'

red 47 ◦ green 243 ◦ blue 34

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

Shades of Lime Green #2FF322

Tints of Lime Green #2FF322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.49%

R = 14.51%
G = 75%
B = 10.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#2FF322 (or 0x2FF322) is known color: Lime Green. HEX triplet: 2F, F3 and 22. RGB value is (47,243,34). Sum of RGB (Red+Green+Blue) = 47+243+34=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 243 (95.31% from 255 or 75% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF322 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF322 is #D00CDD. Grayscale: #A1A1A1. Windows color (decimal): -13634782 or 2290479. OLE color: 2290479.

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

Color convert

RGB 47 243 34 -
CMYK 0.81 0 0.86 0.05
HSL 116.27º 0.9% 0.54% -
HSV(B) 116.27º 0.86% 0.95% -
XYZ 33.51 64.82 12.26 -
YUV 160.57 56.57 46.99 -
System Red Green Blue C M Y K H S L
Decimal 47 243 34 0.81 0 0.86 0.05 116.27 0.9 0.54
Hex 2F F3 22 51 0 56 5 74 5A 36
Octal 57 363 42 121 0 126 5 164 132 66
Binary 101111 11110011 100010 1010001 0 1010110 101 1110100 1011010 110110

Color Harmonies of #2FF322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF322

Black with #2FF322

Text Example


Text Example

White with #2FF322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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