Html Css Color HEX #23CD42 Lime Green

📋 copy color: '#23CD42'

red 35 ◦ green 205 ◦ blue 66

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

Shades of Lime Green #23CD42

Tints of Lime Green #23CD42

RGB

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

 GREEN value IS 205 (80.47% from 255) = 66.99%

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

R = 11.44%
G = 66.99%
B = 21.57%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#23CD42 (or 0x23CD42) is known color: Lime Green. HEX triplet: 23, CD and 42. RGB value is (35,205,66). Sum of RGB (Red+Green+Blue) = 35+205+66=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 205 (80.47% from 255 or 66.99% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 205 - color contains mainly: green. Hex color #23CD42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CD42 is #DC32BD. Grayscale: #8A8A8A. Windows color (decimal): -14430910 or 4377891. OLE color: 4377891.

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

Color convert

RGB 35 205 66 -
CMYK 0.83 0 0.68 0.20
HSL 130.94º 0.71% 0.47% -
HSV(B) 130.94º 0.83% 0.8% -
XYZ 23.51 44.41 12.49 -
YUV 138.32 87.18 54.3 -
System Red Green Blue C M Y K H S L
Decimal 35 205 66 0.83 0 0.68 0.20 130.94 0.71 0.47
Hex 23 CD 42 53 0 44 14 83 47 2F
Octal 43 315 102 123 0 104 24 203 107 57
Binary 100011 11001101 1000010 1010011 0 1000100 10100 10000011 1000111 101111

Color Harmonies of #23CD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CD42

Black with #23CD42

Text Example


Text Example

White with #23CD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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