Html Css Color HEX #23D522 Lime Green

📋 copy color: '#23D522'

red 35 ◦ green 213 ◦ blue 34

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

Shades of Lime Green #23D522

Tints of Lime Green #23D522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.06%

R = 12.41%
G = 75.53%
B = 12.06%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#23D522 (or 0x23D522) is known color: Lime Green. HEX triplet: 23, D5 and 22. RGB value is (35,213,34). Sum of RGB (Red+Green+Blue) = 35+213+34=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 213 (83.59% from 255 or 75.53% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 213 - color contains mainly: green. Hex color #23D522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23D522 is #DC2ADD. Grayscale: #8B8B8B. Windows color (decimal): -14428894 or 2282787. OLE color: 2282787.

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

Color convert

RGB 35 213 34 -
CMYK 0.84 0 0.84 0.16
HSL 119.66º 0.72% 0.48% -
HSV(B) 119.66º 0.84% 0.84% -
XYZ 24.78 48.06 9.48 -
YUV 139.37 68.53 53.55 -
System Red Green Blue C M Y K H S L
Decimal 35 213 34 0.84 0 0.84 0.16 119.66 0.72 0.48
Hex 23 D5 22 54 0 54 10 78 48 30
Octal 43 325 42 124 0 124 20 170 110 60
Binary 100011 11010101 100010 1010100 0 1010100 10000 1111000 1001000 110000

Color Harmonies of #23D522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23D522

Black with #23D522

Text Example


Text Example

White with #23D522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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