Html Css Color HEX #2FC238 Lime Green

📋 copy color: '#2FC238'

red 47 ◦ green 194 ◦ blue 56

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

Shades of Lime Green #2FC238

Tints of Lime Green #2FC238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.86%

R = 15.82%
G = 65.32%
B = 18.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#2FC238 (or 0x2FC238) is known color: Lime Green. HEX triplet: 2F, C2 and 38. RGB value is (47,194,56). Sum of RGB (Red+Green+Blue) = 47+194+56=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 194 (76.17% from 255 or 65.32% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC238 is #D03DC7. Grayscale: #868686. Windows color (decimal): -13647304 or 3719727. OLE color: 3719727.

HSL color Cylindrical-coordinate representation of color #2FC238: hue angle of 123.67º 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 #2FC238 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 194 56 -
CMYK 0.76 0 0.71 0.24
HSL 123.67º 0.61% 0.47% -
HSV(B) 123.67º 0.76% 0.76% -
XYZ 21.18 39.47 10.24 -
YUV 134.32 83.8 65.72 -
System Red Green Blue C M Y K H S L
Decimal 47 194 56 0.76 0 0.71 0.24 123.67 0.61 0.47
Hex 2F C2 38 4C 0 47 18 7C 3D 2F
Octal 57 302 70 114 0 107 30 174 75 57
Binary 101111 11000010 111000 1001100 0 1000111 11000 1111100 111101 101111

Color Harmonies of #2FC238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC238

Black with #2FC238

Text Example


Text Example

White with #2FC238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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