Html Css Color HEX #28CD1F Lime Green

📋 copy color: '#28CD1F'

red 40 ◦ green 205 ◦ blue 31

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

Shades of Lime Green #28CD1F

Tints of Lime Green #28CD1F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 74.28%

 BLUE value IS 31 (12.5% from 255) = 11.23%

R = 14.49%
G = 74.28%
B = 11.23%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#28CD1F (or 0x28CD1F) is known color: Lime Green. HEX triplet: 28, CD and 1F. RGB value is (40,205,31). Sum of RGB (Red+Green+Blue) = 40+205+31=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 205 (80.47% from 255 or 74.28% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 205 - color contains mainly: green. Hex color #28CD1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CD1F is #D732E0. Grayscale: #888888. Windows color (decimal): -14103265 or 2084136. OLE color: 2084136.

HSL color Cylindrical-coordinate representation of color #28CD1F: hue angle of 116.9º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28CD1F is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 205 31 -
CMYK 0.80 0 0.85 0.20
HSL 116.9º 0.74% 0.46% -
HSV(B) 116.9º 0.85% 0.8% -
XYZ 22.95 44.21 8.62 -
YUV 135.83 68.84 59.65 -
System Red Green Blue C M Y K H S L
Decimal 40 205 31 0.80 0 0.85 0.20 116.9 0.74 0.46
Hex 28 CD 1F 50 0 55 14 75 4A 2E
Octal 50 315 37 120 0 125 24 165 112 56
Binary 101000 11001101 11111 1010000 0 1010101 10100 1110101 1001010 101110

Color Harmonies of #28CD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CD1F

Black with #28CD1F

Text Example


Text Example

White with #28CD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,205,31); }

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

background-color css

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

 a { background-color: rgb(40,205,31); }

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

border-color css

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

 span { border-color: rgb(40,205,31); }

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