Html Css Color HEX #2FBA23 Lime Green

📋 copy color: '#2FBA23'

red 47 ◦ green 186 ◦ blue 35

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

Shades of Lime Green #2FBA23

Tints of Lime Green #2FBA23

RGB

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

 GREEN value IS 186 (73.05% from 255) = 69.4%

 BLUE value IS 35 (14.06% from 255) = 13.06%

R = 17.54%
G = 69.4%
B = 13.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#2FBA23 (or 0x2FBA23) is known color: Lime Green. HEX triplet: 2F, BA and 23. RGB value is (47,186,35). Sum of RGB (Red+Green+Blue) = 47+186+35=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 186 (73.05% from 255 or 69.40% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBA23 is #D045DC. Grayscale: #7F7F7F. Windows color (decimal): -13649373 or 2341423. OLE color: 2341423.

HSL color Cylindrical-coordinate representation of color #2FBA23: hue angle of 115.23º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FBA23 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 186 35 -
CMYK 0.75 0 0.81 0.27
HSL 115.23º 0.68% 0.43% -
HSV(B) 115.23º 0.81% 0.73% -
XYZ 19.03 35.84 7.51 -
YUV 127.23 75.95 70.78 -
System Red Green Blue C M Y K H S L
Decimal 47 186 35 0.75 0 0.81 0.27 115.23 0.68 0.43
Hex 2F BA 23 4B 0 51 1B 73 44 2B
Octal 57 272 43 113 0 121 33 163 104 53
Binary 101111 10111010 100011 1001011 0 1010001 11011 1110011 1000100 101011

Color Harmonies of #2FBA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBA23

Black with #2FBA23

Text Example


Text Example

White with #2FBA23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,186,35); }

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

background-color css

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

 a { background-color: rgb(47,186,35); }

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

border-color css

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

 span { border-color: rgb(47,186,35); }

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