Html Css Color HEX #23CA45 Lime Green

📋 copy color: '#23CA45'

red 35 ◦ green 202 ◦ blue 69

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

Shades of Lime Green #23CA45

Tints of Lime Green #23CA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.55%

R = 11.44%
G = 66.01%
B = 22.55%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#23CA45 (or 0x23CA45) is known color: Lime Green. HEX triplet: 23, CA and 45. RGB value is (35,202,69). Sum of RGB (Red+Green+Blue) = 35+202+69=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 202 (79.30% from 255 or 66.01% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 202 - color contains mainly: green. Hex color #23CA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CA45 is #DC35BA. Grayscale: #898989. Windows color (decimal): -14431675 or 4573731. OLE color: 4573731.

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

Color convert

RGB 35 202 69 -
CMYK 0.83 0 0.66 0.21
HSL 132.22º 0.7% 0.46% -
HSV(B) 132.22º 0.83% 0.79% -
XYZ 22.89 43.03 12.73 -
YUV 136.91 89.67 55.31 -
System Red Green Blue C M Y K H S L
Decimal 35 202 69 0.83 0 0.66 0.21 132.22 0.7 0.46
Hex 23 CA 45 53 0 42 15 84 46 2E
Octal 43 312 105 123 0 102 25 204 106 56
Binary 100011 11001010 1000101 1010011 0 1000010 10101 10000100 1000110 101110

Color Harmonies of #23CA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CA45

Black with #23CA45

Text Example


Text Example

White with #23CA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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