Html Css Color HEX #23CC45 Lime Green

📋 copy color: '#23CC45'

red 35 ◦ green 204 ◦ blue 69

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

Shades of Lime Green #23CC45

Tints of Lime Green #23CC45

RGB

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

 GREEN value IS 204 (80.08% from 255) = 66.23%

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

R = 11.36%
G = 66.23%
B = 22.4%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#23CC45 (or 0x23CC45) is known color: Lime Green. HEX triplet: 23, CC and 45. RGB value is (35,204,69). Sum of RGB (Red+Green+Blue) = 35+204+69=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 204 (80.08% from 255 or 66.23% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 204 - color contains mainly: green. Hex color #23CC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CC45 is #DC33BA. Grayscale: #8A8A8A. Windows color (decimal): -14431163 or 4574243. OLE color: 4574243.

HSL color Cylindrical-coordinate representation of color #23CC45: hue angle of 132.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CC45 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 204 69 -
CMYK 0.83 0 0.66 0.2
HSL 132.07º 0.71% 0.47% -
HSV(B) 132.07º 0.83% 0.8% -
XYZ 23.36 43.97 12.89 -
YUV 138.08 89.01 54.48 -
System Red Green Blue C M Y K H S L
Decimal 35 204 69 0.83 0 0.66 0.2 132.07 0.71 0.47
Hex 23 CC 45 53 0 42 14 84 47 2F
Octal 43 314 105 123 0 102 24 204 107 57
Binary 100011 11001100 1000101 1010011 0 1000010 10100 10000100 1000111 101111

Color Harmonies of #23CC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CC45

Black with #23CC45

Text Example


Text Example

White with #23CC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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