Html Css Color HEX #28CF30 Lime Green

📋 copy color: '#28CF30'

red 40 ◦ green 207 ◦ blue 48

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

Shades of Lime Green #28CF30

Tints of Lime Green #28CF30

RGB

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

 GREEN value IS 207 (81.25% from 255) = 70.17%

 BLUE value IS 48 (19.14% from 255) = 16.27%

R = 13.56%
G = 70.17%
B = 16.27%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#28CF30 (or 0x28CF30) is known color: Lime Green. HEX triplet: 28, CF and 30. RGB value is (40,207,48). Sum of RGB (Red+Green+Blue) = 40+207+48=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 207 (81.25% from 255 or 70.17% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 207 - color contains mainly: green. Hex color #28CF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CF30 is #D730CF. Grayscale: #8B8B8B. Windows color (decimal): -14102736 or 3198760. OLE color: 3198760.

HSL color Cylindrical-coordinate representation of color #28CF30: hue angle of 122.87º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CF30 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 207 48 -
CMYK 0.81 0 0.77 0.19
HSL 122.87º 0.68% 0.48% -
HSV(B) 122.87º 0.81% 0.81% -
XYZ 23.72 45.29 10.29 -
YUV 138.94 76.67 57.43 -
System Red Green Blue C M Y K H S L
Decimal 40 207 48 0.81 0 0.77 0.19 122.87 0.68 0.48
Hex 28 CF 30 51 0 4D 13 7B 44 30
Octal 50 317 60 121 0 115 23 173 104 60
Binary 101000 11001111 110000 1010001 0 1001101 10011 1111011 1000100 110000

Color Harmonies of #28CF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CF30

Black with #28CF30

Text Example


Text Example

White with #28CF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,207,48); }

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

background-color css

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

 a { background-color: rgb(40,207,48); }

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

border-color css

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

 span { border-color: rgb(40,207,48); }

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