Html Css Color HEX #1CD730 Lime Green

📋 copy color: '#1CD730'

red 28 ◦ green 215 ◦ blue 48

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

Shades of Lime Green #1CD730

Tints of Lime Green #1CD730

RGB

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

 GREEN value IS 215 (84.38% from 255) = 73.88%

 BLUE value IS 48 (19.14% from 255) = 16.49%

R = 9.62%
G = 73.88%
B = 16.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#1CD730 (or 0x1CD730) is known color: Lime Green. HEX triplet: 1C, D7 and 30. RGB value is (28,215,48). Sum of RGB (Red+Green+Blue) = 28+215+48=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 215 (84.38% from 255 or 73.88% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 215 - color contains mainly: green. Hex color #1CD730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD730 is #E328CF. Grayscale: #8C8C8C. Windows color (decimal): -14887120 or 3200796. OLE color: 3200796.

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

Color convert

RGB 28 215 48 -
CMYK 0.87 0 0.78 0.16
HSL 126.42º 0.77% 0.48% -
HSV(B) 126.42º 0.87% 0.84% -
XYZ 25.31 49.06 10.93 -
YUV 140.05 76.05 48.08 -
System Red Green Blue C M Y K H S L
Decimal 28 215 48 0.87 0 0.78 0.16 126.42 0.77 0.48
Hex 1C D7 30 57 0 4E 10 7E 4D 30
Octal 34 327 60 127 0 116 20 176 115 60
Binary 11100 11010111 110000 1010111 0 1001110 10000 1111110 1001101 110000

Color Harmonies of #1CD730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD730

Black with #1CD730

Text Example


Text Example

White with #1CD730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,215,48); }

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

background-color css

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

 a { background-color: rgb(28,215,48); }

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

border-color css

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

 span { border-color: rgb(28,215,48); }

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