Html Css Color HEX #23D230 Lime Green

📋 copy color: '#23D230'

red 35 ◦ green 210 ◦ blue 48

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

Shades of Lime Green #23D230

Tints of Lime Green #23D230

RGB

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

 GREEN value IS 210 (82.42% from 255) = 71.67%

 BLUE value IS 48 (19.14% from 255) = 16.38%

R = 11.95%
G = 71.67%
B = 16.38%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#23D230 (or 0x23D230) is known color: Lime Green. HEX triplet: 23, D2 and 30. RGB value is (35,210,48). Sum of RGB (Red+Green+Blue) = 35+210+48=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 210 (82.42% from 255 or 71.67% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 210 - color contains mainly: green. Hex color #23D230 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23D230 is #DC2DCF. Grayscale: #8B8B8B. Windows color (decimal): -14429648 or 3199523. OLE color: 3199523.

HSL color Cylindrical-coordinate representation of color #23D230: hue angle of 124.46º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23D230 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 35 210 48 -
CMYK 0.83 0 0.77 0.18
HSL 124.46º 0.71% 0.48% -
HSV(B) 124.46º 0.83% 0.82% -
XYZ 24.27 46.66 10.52 -
YUV 139.21 76.52 53.67 -
System Red Green Blue C M Y K H S L
Decimal 35 210 48 0.83 0 0.77 0.18 124.46 0.71 0.48
Hex 23 D2 30 53 0 4D 12 7C 47 30
Octal 43 322 60 123 0 115 22 174 107 60
Binary 100011 11010010 110000 1010011 0 1001101 10010 1111100 1000111 110000

Color Harmonies of #23D230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23D230

Black with #23D230

Text Example


Text Example

White with #23D230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,210,48); }

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

background-color css

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

 a { background-color: rgb(35,210,48); }

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

border-color css

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

 span { border-color: rgb(35,210,48); }

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