Html Css Color HEX #23D528 Lime Green

📋 copy color: '#23D528'

red 35 ◦ green 213 ◦ blue 40

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

Shades of Lime Green #23D528

Tints of Lime Green #23D528

RGB

 RED value IS 35 (14.06% from 255) = 12.15%

 GREEN value IS 213 (83.59% from 255) = 73.96%

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 12.15%
G = 73.96%
B = 13.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#23D528 (or 0x23D528) is known color: Lime Green. HEX triplet: 23, D5 and 28. RGB value is (35,213,40). Sum of RGB (Red+Green+Blue) = 35+213+40=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 213 (83.59% from 255 or 73.96% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 213 - color contains mainly: green. Hex color #23D528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23D528 is #DC2AD7. Grayscale: #8C8C8C. Windows color (decimal): -14428888 or 2676003. OLE color: 2676003.

HSL color Cylindrical-coordinate representation of color #23D528: hue angle of 121.69º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23D528 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 35 213 40 -
CMYK 0.84 0 0.81 0.16
HSL 121.69º 0.72% 0.49% -
HSV(B) 121.69º 0.84% 0.84% -
XYZ 24.87 48.1 9.98 -
YUV 140.06 71.53 53.07 -
System Red Green Blue C M Y K H S L
Decimal 35 213 40 0.84 0 0.81 0.16 121.69 0.72 0.49
Hex 23 D5 28 54 0 51 10 7A 48 31
Octal 43 325 50 124 0 121 20 172 110 61
Binary 100011 11010101 101000 1010100 0 1010001 10000 1111010 1001000 110001

Color Harmonies of #23D528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23D528

Black with #23D528

Text Example


Text Example

White with #23D528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23D528; }

 p { color: rgb(35,213,40); }

 H1.HeaderClassName
 {
   color: #23D528;
 }
 .AnyTagClassName
 {
   color: #23D528;
 }
</style>

background-color css

<style>
 a { background-color: #23D528; }

 a { background-color: rgb(35,213,40); }

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

border-color css

<style>
 span { border-color: #23D528; }

 span { border-color: rgb(35,213,40); }

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