Html Css Color HEX #23D52B Lime Green

📋 copy color: '#23D52B'

red 35 ◦ green 213 ◦ blue 43

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

Shades of Lime Green #23D52B

Tints of Lime Green #23D52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.78%

R = 12.03%
G = 73.2%
B = 14.78%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#23D52B (or 0x23D52B) is known color: Lime Green. HEX triplet: 23, D5 and 2B. RGB value is (35,213,43). Sum of RGB (Red+Green+Blue) = 35+213+43=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 213 (83.59% from 255 or 73.20% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 213 - color contains mainly: green. Hex color #23D52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23D52B is #DC2AD4. Grayscale: #8C8C8C. Windows color (decimal): -14428885 or 2872611. OLE color: 2872611.

HSL color Cylindrical-coordinate representation of color #23D52B: hue angle of 122.7º 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 #23D52B is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 35 213 43 -
CMYK 0.84 0 0.80 0.16
HSL 122.7º 0.72% 0.49% -
HSV(B) 122.7º 0.84% 0.84% -
XYZ 24.92 48.12 10.26 -
YUV 140.4 73.03 52.82 -
System Red Green Blue C M Y K H S L
Decimal 35 213 43 0.84 0 0.80 0.16 122.7 0.72 0.49
Hex 23 D5 2B 54 0 50 10 7B 48 31
Octal 43 325 53 124 0 120 20 173 110 61
Binary 100011 11010101 101011 1010100 0 1010000 10000 1111011 1001000 110001

Color Harmonies of #23D52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23D52B

Black with #23D52B

Text Example


Text Example

White with #23D52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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