Html Css Color HEX #23CD40 Lime Green

📋 copy color: '#23CD40'

red 35 ◦ green 205 ◦ blue 64

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

Shades of Lime Green #23CD40

Tints of Lime Green #23CD40

RGB

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

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

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

R = 11.51%
G = 67.43%
B = 21.05%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#23CD40 (or 0x23CD40) is known color: Lime Green. HEX triplet: 23, CD and 40. RGB value is (35,205,64). Sum of RGB (Red+Green+Blue) = 35+205+64=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 205 (80.47% from 255 or 67.43% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 205 - color contains mainly: green. Hex color #23CD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CD40 is #DC32BF. Grayscale: #8A8A8A. Windows color (decimal): -14430912 or 4246819. OLE color: 4246819.

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

Color convert

RGB 35 205 64 -
CMYK 0.83 0 0.69 0.20
HSL 130.24º 0.71% 0.47% -
HSV(B) 130.24º 0.83% 0.8% -
XYZ 23.45 44.39 12.18 -
YUV 138.1 86.18 54.46 -
System Red Green Blue C M Y K H S L
Decimal 35 205 64 0.83 0 0.69 0.20 130.24 0.71 0.47
Hex 23 CD 40 53 0 45 14 82 47 2F
Octal 43 315 100 123 0 105 24 202 107 57
Binary 100011 11001101 1000000 1010011 0 1000101 10100 10000010 1000111 101111

Color Harmonies of #23CD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CD40

Black with #23CD40

Text Example


Text Example

White with #23CD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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