Html Css Color HEX #28BF4C Lime Green

📋 copy color: '#28BF4C'

red 40 ◦ green 191 ◦ blue 76

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

Shades of Lime Green #28BF4C

Tints of Lime Green #28BF4C

RGB

 RED value IS 40 (16.02% from 255) = 13.03%

 GREEN value IS 191 (75% from 255) = 62.21%

 BLUE value IS 76 (30.08% from 255) = 24.76%

R = 13.03%
G = 62.21%
B = 24.76%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#28BF4C (or 0x28BF4C) is known color: Lime Green. HEX triplet: 28, BF and 4C. RGB value is (40,191,76). Sum of RGB (Red+Green+Blue) = 40+191+76=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 191 (75% from 255 or 62.21% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 191 - color contains mainly: green. Hex color #28BF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BF4C is #D740B3. Grayscale: #858585. Windows color (decimal): -14106804 or 5029672. OLE color: 5029672.

HSL color Cylindrical-coordinate representation of color #28BF4C: hue angle of 134.3º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BF4C is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 191 76 -
CMYK 0.79 0 0.60 0.25
HSL 134.3º 0.65% 0.45% -
HSV(B) 134.3º 0.79% 0.75% -
XYZ 20.81 38.23 13.12 -
YUV 132.74 95.97 61.85 -
System Red Green Blue C M Y K H S L
Decimal 40 191 76 0.79 0 0.60 0.25 134.3 0.65 0.45
Hex 28 BF 4C 4F 0 3C 19 86 41 2D
Octal 50 277 114 117 0 74 31 206 101 55
Binary 101000 10111111 1001100 1001111 0 111100 11001 10000110 1000001 101101

Color Harmonies of #28BF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BF4C

Black with #28BF4C

Text Example


Text Example

White with #28BF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28BF4C; }

 p { color: rgb(40,191,76); }

 H1.HeaderClassName
 {
   color: #28BF4C;
 }
 .AnyTagClassName
 {
   color: #28BF4C;
 }
</style>

background-color css

<style>
 a { background-color: #28BF4C; }

 a { background-color: rgb(40,191,76); }

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

border-color css

<style>
 span { border-color: #28BF4C; }

 span { border-color: rgb(40,191,76); }

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