Html Css Color HEX #2FB926 Lime Green

📋 copy color: '#2FB926'

red 47 ◦ green 185 ◦ blue 38

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

Shades of Lime Green #2FB926

Tints of Lime Green #2FB926

RGB

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

 GREEN value IS 185 (72.66% from 255) = 68.52%

 BLUE value IS 38 (15.23% from 255) = 14.07%

R = 17.41%
G = 68.52%
B = 14.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#2FB926 (or 0x2FB926) is known color: Lime Green. HEX triplet: 2F, B9 and 26. RGB value is (47,185,38). Sum of RGB (Red+Green+Blue) = 47+185+38=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 185 (72.66% from 255 or 68.52% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB926 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB926 is #D046D9. Grayscale: #7F7F7F. Windows color (decimal): -13649626 or 2537775. OLE color: 2537775.

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

Color convert

RGB 47 185 38 -
CMYK 0.75 0 0.79 0.27
HSL 116.33º 0.66% 0.44% -
HSV(B) 116.33º 0.79% 0.73% -
XYZ 18.87 35.44 7.68 -
YUV 126.98 77.78 70.95 -
System Red Green Blue C M Y K H S L
Decimal 47 185 38 0.75 0 0.79 0.27 116.33 0.66 0.44
Hex 2F B9 26 4B 0 4F 1B 74 42 2C
Octal 57 271 46 113 0 117 33 164 102 54
Binary 101111 10111001 100110 1001011 0 1001111 11011 1110100 1000010 101100

Color Harmonies of #2FB926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB926

Black with #2FB926

Text Example


Text Example

White with #2FB926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,185,38); }

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

background-color css

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

 a { background-color: rgb(47,185,38); }

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

border-color css

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

 span { border-color: rgb(47,185,38); }

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