Html Css Color HEX #1CDA1D Lime Green

📋 copy color: '#1CDA1D'

red 28 ◦ green 218 ◦ blue 29

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

Shades of Lime Green #1CDA1D

Tints of Lime Green #1CDA1D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 79.27%

 BLUE value IS 29 (11.72% from 255) = 10.55%

R = 10.18%
G = 79.27%
B = 10.55%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#1CDA1D (or 0x1CDA1D) is known color: Lime Green. HEX triplet: 1C, DA and 1D. RGB value is (28,218,29). Sum of RGB (Red+Green+Blue) = 28+218+29=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 218 (85.55% from 255 or 79.27% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 218 - color contains mainly: green. Hex color #1CDA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDA1D is #E325E2. Grayscale: #8C8C8C. Windows color (decimal): -14886371 or 1956380. OLE color: 1956380.

HSL color Cylindrical-coordinate representation of color #1CDA1D: hue angle of 120.32º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDA1D is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 28 218 29 -
CMYK 0.87 0 0.87 0.15
HSL 120.32º 0.77% 0.48% -
HSV(B) 120.32º 0.87% 0.85% -
XYZ 25.77 50.48 9.55 -
YUV 139.64 65.55 48.37 -
System Red Green Blue C M Y K H S L
Decimal 28 218 29 0.87 0 0.87 0.15 120.32 0.77 0.48
Hex 1C DA 1D 57 0 57 F 78 4D 30
Octal 34 332 35 127 0 127 17 170 115 60
Binary 11100 11011010 11101 1010111 0 1010111 1111 1111000 1001101 110000

Color Harmonies of #1CDA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDA1D

Black with #1CDA1D

Text Example


Text Example

White with #1CDA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,218,29); }

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

background-color css

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

 a { background-color: rgb(28,218,29); }

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

border-color css

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

 span { border-color: rgb(28,218,29); }

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