Html Css Color HEX #23DD25 Lime Green

📋 copy color: '#23DD25'

red 35 ◦ green 221 ◦ blue 37

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

Shades of Lime Green #23DD25

Tints of Lime Green #23DD25

RGB

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

 GREEN value IS 221 (86.72% from 255) = 75.43%

 BLUE value IS 37 (14.84% from 255) = 12.63%

R = 11.95%
G = 75.43%
B = 12.63%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#23DD25 (or 0x23DD25) is known color: Lime Green. HEX triplet: 23, DD and 25. RGB value is (35,221,37). Sum of RGB (Red+Green+Blue) = 35+221+37=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 221 (86.72% from 255 or 75.43% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 221 - color contains mainly: green. Hex color #23DD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23DD25 is #DC22DA. Grayscale: #909090. Windows color (decimal): -14426843 or 2481443. OLE color: 2481443.

HSL color Cylindrical-coordinate representation of color #23DD25: hue angle of 120.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DD25 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 221 37 -
CMYK 0.84 0 0.83 0.13
HSL 120.65º 0.73% 0.5% -
HSV(B) 120.65º 0.84% 0.87% -
XYZ 26.88 52.2 10.41 -
YUV 144.41 67.38 49.96 -
System Red Green Blue C M Y K H S L
Decimal 35 221 37 0.84 0 0.83 0.13 120.65 0.73 0.5
Hex 23 DD 25 54 0 53 D 79 49 32
Octal 43 335 45 124 0 123 15 171 111 62
Binary 100011 11011101 100101 1010100 0 1010011 1101 1111001 1001001 110010

Color Harmonies of #23DD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DD25

Black with #23DD25

Text Example


Text Example

White with #23DD25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,221,37); }

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

background-color css

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

 a { background-color: rgb(35,221,37); }

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

border-color css

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

 span { border-color: rgb(35,221,37); }

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