Html Css Color HEX #28CC3D Lime Green

📋 copy color: '#28CC3D'

red 40 ◦ green 204 ◦ blue 61

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

Shades of Lime Green #28CC3D

Tints of Lime Green #28CC3D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 66.89%

 BLUE value IS 61 (24.22% from 255) = 20%

R = 13.11%
G = 66.89%
B = 20%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#28CC3D (or 0x28CC3D) is known color: Lime Green. HEX triplet: 28, CC and 3D. RGB value is (40,204,61). Sum of RGB (Red+Green+Blue) = 40+204+61=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 204 (80.08% from 255 or 66.89% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 204 - color contains mainly: green. Hex color #28CC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CC3D is #D733C2. Grayscale: #8B8B8B. Windows color (decimal): -14103491 or 4049960. OLE color: 4049960.

HSL color Cylindrical-coordinate representation of color #28CC3D: hue angle of 127.68º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CC3D is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 204 61 -
CMYK 0.80 0 0.70 0.2
HSL 127.68º 0.67% 0.48% -
HSV(B) 127.68º 0.8% 0.8% -
XYZ 23.31 43.97 11.67 -
YUV 138.66 84.17 57.63 -
System Red Green Blue C M Y K H S L
Decimal 40 204 61 0.80 0 0.70 0.2 127.68 0.67 0.48
Hex 28 CC 3D 50 0 46 14 80 43 30
Octal 50 314 75 120 0 106 24 200 103 60
Binary 101000 11001100 111101 1010000 0 1000110 10100 10000000 1000011 110000

Color Harmonies of #28CC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CC3D

Black with #28CC3D

Text Example


Text Example

White with #28CC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,204,61); }

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

background-color css

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

 a { background-color: rgb(40,204,61); }

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

border-color css

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

 span { border-color: rgb(40,204,61); }

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