Html Css Color HEX #1CDA2A Lime Green

📋 copy color: '#1CDA2A'

red 28 ◦ green 218 ◦ blue 42

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

Shades of Lime Green #1CDA2A

Tints of Lime Green #1CDA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.58%

R = 9.72%
G = 75.69%
B = 14.58%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#1CDA2A (or 0x1CDA2A) is known color: Lime Green. HEX triplet: 1C, DA and 2A. RGB value is (28,218,42). Sum of RGB (Red+Green+Blue) = 28+218+42=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 218 (85.55% from 255 or 75.69% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 218 - color contains mainly: green. Hex color #1CDA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDA2A is #E325D5. Grayscale: #8D8D8D. Windows color (decimal): -14886358 or 2808348. OLE color: 2808348.

HSL color Cylindrical-coordinate representation of color #1CDA2A: hue angle of 124.42º 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 #1CDA2A is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 28 218 42 -
CMYK 0.87 0 0.81 0.15
HSL 124.42º 0.77% 0.48% -
HSV(B) 124.42º 0.87% 0.85% -
XYZ 25.97 50.56 10.58 -
YUV 141.13 72.05 47.31 -
System Red Green Blue C M Y K H S L
Decimal 28 218 42 0.87 0 0.81 0.15 124.42 0.77 0.48
Hex 1C DA 2A 57 0 51 F 7C 4D 30
Octal 34 332 52 127 0 121 17 174 115 60
Binary 11100 11011010 101010 1010111 0 1010001 1111 1111100 1001101 110000

Color Harmonies of #1CDA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDA2A

Black with #1CDA2A

Text Example


Text Example

White with #1CDA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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