Html Css Color HEX #2FC23A Lime Green

📋 copy color: '#2FC23A'

red 47 ◦ green 194 ◦ blue 58

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

Shades of Lime Green #2FC23A

Tints of Lime Green #2FC23A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 64.88%

 BLUE value IS 58 (23.05% from 255) = 19.4%

R = 15.72%
G = 64.88%
B = 19.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#2FC23A (or 0x2FC23A) is known color: Lime Green. HEX triplet: 2F, C2 and 3A. RGB value is (47,194,58). Sum of RGB (Red+Green+Blue) = 47+194+58=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 194 (76.17% from 255 or 64.88% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC23A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC23A is #D03DC5. Grayscale: #868686. Windows color (decimal): -13647302 or 3850799. OLE color: 3850799.

HSL color Cylindrical-coordinate representation of color #2FC23A: hue angle of 124.49º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC23A is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 194 58 -
CMYK 0.76 0 0.70 0.24
HSL 124.49º 0.61% 0.47% -
HSV(B) 124.49º 0.76% 0.76% -
XYZ 21.23 39.49 10.51 -
YUV 134.54 84.8 65.56 -
System Red Green Blue C M Y K H S L
Decimal 47 194 58 0.76 0 0.70 0.24 124.49 0.61 0.47
Hex 2F C2 3A 4C 0 46 18 7C 3D 2F
Octal 57 302 72 114 0 106 30 174 75 57
Binary 101111 11000010 111010 1001100 0 1000110 11000 1111100 111101 101111

Color Harmonies of #2FC23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC23A

Black with #2FC23A

Text Example


Text Example

White with #2FC23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,194,58); }

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

background-color css

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

 a { background-color: rgb(47,194,58); }

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

border-color css

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

 span { border-color: rgb(47,194,58); }

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