Html Css Color HEX #23CC42 Lime Green

📋 copy color: '#23CC42'

red 35 ◦ green 204 ◦ blue 66

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

Shades of Lime Green #23CC42

Tints of Lime Green #23CC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.64%

R = 11.48%
G = 66.89%
B = 21.64%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#23CC42 (or 0x23CC42) is known color: Lime Green. HEX triplet: 23, CC and 42. RGB value is (35,204,66). Sum of RGB (Red+Green+Blue) = 35+204+66=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 204 (80.08% from 255 or 66.89% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 204 - color contains mainly: green. Hex color #23CC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CC42 is #DC33BD. Grayscale: #8A8A8A. Windows color (decimal): -14431166 or 4377635. OLE color: 4377635.

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

Color convert

RGB 35 204 66 -
CMYK 0.83 0 0.68 0.2
HSL 131.01º 0.71% 0.47% -
HSV(B) 131.01º 0.83% 0.8% -
XYZ 23.27 43.94 12.41 -
YUV 137.74 87.51 54.72 -
System Red Green Blue C M Y K H S L
Decimal 35 204 66 0.83 0 0.68 0.2 131.01 0.71 0.47
Hex 23 CC 42 53 0 44 14 83 47 2F
Octal 43 314 102 123 0 104 24 203 107 57
Binary 100011 11001100 1000010 1010011 0 1000100 10100 10000011 1000111 101111

Color Harmonies of #23CC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CC42

Black with #23CC42

Text Example


Text Example

White with #23CC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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