Html Css Color HEX #23C940 Lime Green

📋 copy color: '#23C940'

red 35 ◦ green 201 ◦ blue 64

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

Shades of Lime Green #23C940

Tints of Lime Green #23C940

RGB

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

 GREEN value IS 201 (78.91% from 255) = 67%

 BLUE value IS 64 (25.39% from 255) = 21.33%

R = 11.67%
G = 67%
B = 21.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#23C940 (or 0x23C940) is known color: Lime Green. HEX triplet: 23, C9 and 40. RGB value is (35,201,64). Sum of RGB (Red+Green+Blue) = 35+201+64=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 201 (78.91% from 255 or 67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 201 - color contains mainly: green. Hex color #23C940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C940 is #DC36BF. Grayscale: #888888. Windows color (decimal): -14431936 or 4245795. OLE color: 4245795.

HSL color Cylindrical-coordinate representation of color #23C940: hue angle of 130.48º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23C940 is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 201 64 -
CMYK 0.83 0 0.68 0.21
HSL 130.48º 0.7% 0.46% -
HSV(B) 130.48º 0.83% 0.79% -
XYZ 22.51 42.5 11.87 -
YUV 135.75 87.5 56.14 -
System Red Green Blue C M Y K H S L
Decimal 35 201 64 0.83 0 0.68 0.21 130.48 0.7 0.46
Hex 23 C9 40 53 0 44 15 82 46 2E
Octal 43 311 100 123 0 104 25 202 106 56
Binary 100011 11001001 1000000 1010011 0 1000100 10101 10000010 1000110 101110

Color Harmonies of #23C940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C940

Black with #23C940

Text Example


Text Example

White with #23C940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,201,64); }

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

background-color css

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

 a { background-color: rgb(35,201,64); }

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

border-color css

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

 span { border-color: rgb(35,201,64); }

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