Html Css Color HEX #1CDD23 Lime Green

📋 copy color: '#1CDD23'

red 28 ◦ green 221 ◦ blue 35

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

Shades of Lime Green #1CDD23

Tints of Lime Green #1CDD23

RGB

 RED value IS 28 (11.33% from 255) = 9.86%

 GREEN value IS 221 (86.72% from 255) = 77.82%

 BLUE value IS 35 (14.06% from 255) = 12.32%

R = 9.86%
G = 77.82%
B = 12.32%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#1CDD23 (or 0x1CDD23) is known color: Lime Green. HEX triplet: 1C, DD and 23. RGB value is (28,221,35). Sum of RGB (Red+Green+Blue) = 28+221+35=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 221 (86.72% from 255 or 77.82% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDD23 is #E322DC. Grayscale: #8E8E8E. Windows color (decimal): -14885597 or 2350364. OLE color: 2350364.

HSL color Cylindrical-coordinate representation of color #1CDD23: hue angle of 122.18º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDD23 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 221 35 -
CMYK 0.87 0 0.84 0.13
HSL 122.18º 0.78% 0.49% -
HSV(B) 122.18º 0.87% 0.87% -
XYZ 26.64 52.08 10.24 -
YUV 142.09 67.56 46.62 -
System Red Green Blue C M Y K H S L
Decimal 28 221 35 0.87 0 0.84 0.13 122.18 0.78 0.49
Hex 1C DD 23 57 0 54 D 7A 4E 31
Octal 34 335 43 127 0 124 15 172 116 61
Binary 11100 11011101 100011 1010111 0 1010100 1101 1111010 1001110 110001

Color Harmonies of #1CDD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDD23

Black with #1CDD23

Text Example


Text Example

White with #1CDD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CDD23; }

 p { color: rgb(28,221,35); }

 H1.HeaderClassName
 {
   color: #1CDD23;
 }
 .AnyTagClassName
 {
   color: #1CDD23;
 }
</style>

background-color css

<style>
 a { background-color: #1CDD23; }

 a { background-color: rgb(28,221,35); }

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

border-color css

<style>
 span { border-color: #1CDD23; }

 span { border-color: rgb(28,221,35); }

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