Html Css Color HEX #1CDF25 Lime Green

📋 copy color: '#1CDF25'

red 28 ◦ green 223 ◦ blue 37

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

Shades of Lime Green #1CDF25

Tints of Lime Green #1CDF25

RGB

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

 GREEN value IS 223 (87.5% from 255) = 77.43%

 BLUE value IS 37 (14.84% from 255) = 12.85%

R = 9.72%
G = 77.43%
B = 12.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#1CDF25 (or 0x1CDF25) is known color: Lime Green. HEX triplet: 1C, DF and 25. RGB value is (28,223,37). Sum of RGB (Red+Green+Blue) = 28+223+37=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 223 (87.5% from 255 or 77.43% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDF25 is #E320DA. Grayscale: #909090. Windows color (decimal): -14885083 or 2481948. OLE color: 2481948.

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

Color convert

RGB 28 223 37 -
CMYK 0.87 0 0.83 0.13
HSL 122.77º 0.78% 0.49% -
HSV(B) 122.77º 0.87% 0.87% -
XYZ 27.2 53.16 10.58 -
YUV 143.49 67.9 45.62 -
System Red Green Blue C M Y K H S L
Decimal 28 223 37 0.87 0 0.83 0.13 122.77 0.78 0.49
Hex 1C DF 25 57 0 53 D 7B 4E 31
Octal 34 337 45 127 0 123 15 173 116 61
Binary 11100 11011111 100101 1010111 0 1010011 1101 1111011 1001110 110001

Color Harmonies of #1CDF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDF25

Black with #1CDF25

Text Example


Text Example

White with #1CDF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,223,37); }

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

background-color css

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

 a { background-color: rgb(28,223,37); }

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

border-color css

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

 span { border-color: rgb(28,223,37); }

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