Html Css Color HEX #2FF634 Lime Green

📋 copy color: '#2FF634'

red 47 ◦ green 246 ◦ blue 52

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

Shades of Lime Green #2FF634

Tints of Lime Green #2FF634

RGB

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

 GREEN value IS 246 (96.48% from 255) = 71.3%

 BLUE value IS 52 (20.7% from 255) = 15.07%

R = 13.62%
G = 71.3%
B = 15.07%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#2FF634 (or 0x2FF634) is known color: Lime Green. HEX triplet: 2F, F6 and 34. RGB value is (47,246,52). Sum of RGB (Red+Green+Blue) = 47+246+52=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 246 (96.48% from 255 or 71.30% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF634 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF634 is #D009CB. Grayscale: #A4A4A4. Windows color (decimal): -13633996 or 3470895. OLE color: 3470895.

HSL color Cylindrical-coordinate representation of color #2FF634: hue angle of 121.51º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF634 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 246 52 -
CMYK 0.81 0 0.79 0.04
HSL 121.51º 0.92% 0.57% -
HSV(B) 121.51º 0.81% 0.96% -
XYZ 34.75 66.76 14.3 -
YUV 164.38 64.57 44.27 -
System Red Green Blue C M Y K H S L
Decimal 47 246 52 0.81 0 0.79 0.04 121.51 0.92 0.57
Hex 2F F6 34 51 0 4F 4 7A 5C 39
Octal 57 366 64 121 0 117 4 172 134 71
Binary 101111 11110110 110100 1010001 0 1001111 100 1111010 1011100 111001

Color Harmonies of #2FF634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF634

Black with #2FF634

Text Example


Text Example

White with #2FF634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,246,52); }

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

background-color css

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

 a { background-color: rgb(47,246,52); }

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

border-color css

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

 span { border-color: rgb(47,246,52); }

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