Html Css Color HEX #28CF43 Lime Green

📋 copy color: '#28CF43'

red 40 ◦ green 207 ◦ blue 67

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

Shades of Lime Green #28CF43

Tints of Lime Green #28CF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.34%

R = 12.74%
G = 65.92%
B = 21.34%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#28CF43 (or 0x28CF43) is known color: Lime Green. HEX triplet: 28, CF and 43. RGB value is (40,207,67). Sum of RGB (Red+Green+Blue) = 40+207+67=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 207 (81.25% from 255 or 65.92% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 207 - color contains mainly: green. Hex color #28CF43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CF43 is #D730BC. Grayscale: #8D8D8D. Windows color (decimal): -14102717 or 4443944. OLE color: 4443944.

HSL color Cylindrical-coordinate representation of color #28CF43: hue angle of 129.7º 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 #28CF43 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 207 67 -
CMYK 0.81 0 0.68 0.19
HSL 129.7º 0.68% 0.48% -
HSV(B) 129.7º 0.81% 0.81% -
XYZ 24.2 45.48 12.81 -
YUV 141.11 86.17 55.88 -
System Red Green Blue C M Y K H S L
Decimal 40 207 67 0.81 0 0.68 0.19 129.7 0.68 0.48
Hex 28 CF 43 51 0 44 13 82 44 30
Octal 50 317 103 121 0 104 23 202 104 60
Binary 101000 11001111 1000011 1010001 0 1000100 10011 10000010 1000100 110000

Color Harmonies of #28CF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CF43

Black with #28CF43

Text Example


Text Example

White with #28CF43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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