Html Css Color HEX #23CA40 Lime Green

📋 copy color: '#23CA40'

red 35 ◦ green 202 ◦ blue 64

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

Shades of Lime Green #23CA40

Tints of Lime Green #23CA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 67.11%

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

R = 11.63%
G = 67.11%
B = 21.26%

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

#23CA40 (or 0x23CA40) is known color: Lime Green. HEX triplet: 23, CA and 40. RGB value is (35,202,64). Sum of RGB (Red+Green+Blue) = 35+202+64=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 202 (79.30% from 255 or 67.11% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 202 - color contains mainly: green. Hex color #23CA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CA40 is #DC35BF. Grayscale: #888888. Windows color (decimal): -14431680 or 4246051. OLE color: 4246051.

HSL color Cylindrical-coordinate representation of color #23CA40: hue angle of 130.42º 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 #23CA40 is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 202 64 -
CMYK 0.83 0 0.68 0.21
HSL 130.42º 0.7% 0.46% -
HSV(B) 130.42º 0.83% 0.79% -
XYZ 22.74 42.97 11.95 -
YUV 136.34 87.17 55.72 -
System Red Green Blue C M Y K H S L
Decimal 35 202 64 0.83 0 0.68 0.21 130.42 0.7 0.46
Hex 23 CA 40 53 0 44 15 82 46 2E
Octal 43 312 100 123 0 104 25 202 106 56
Binary 100011 11001010 1000000 1010011 0 1000100 10101 10000010 1000110 101110

Color Harmonies of #23CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CA40

Black with #23CA40

Text Example


Text Example

White with #23CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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