Html Css Color HEX #CDF119 Electric Lime

📋 copy color: '#CDF119'

red 205 ◦ green 241 ◦ blue 25

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

Shades of Electric Lime #CDF119

Tints of Electric Lime #CDF119

RGB

 RED value IS 205 (80.47% from 255) = 43.52%

 GREEN value IS 241 (94.53% from 255) = 51.17%

 BLUE value IS 25 (10.16% from 255) = 5.31%

R = 43.52%
G = 51.17%
B = 5.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#CDF119 (or 0xCDF119) is known color: Electric Lime. HEX triplet: CD, F1 and 19. RGB value is (205,241,25). Sum of RGB (Red+Green+Blue) = 205+241+25=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 25 (10.16% from 255 or 5.31% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF119 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF119 is #320EE6. Grayscale: #CECECE. Windows color (decimal): -3280615 or 1700301. OLE color: 1700301.

HSL color Cylindrical-coordinate representation of color #CDF119: hue angle of 70º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDF119 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 241 25 -
CMYK 0.15 0 0.90 0.05
HSL 70º 0.89% 0.52% -
HSV(B) 70º 0.9% 0.95% -
XYZ 56.81 75.96 12.59 -
YUV 205.61 26.07 127.56 -
System Red Green Blue C M Y K H S L
Decimal 205 241 25 0.15 0 0.90 0.05 70 0.89 0.52
Hex CD F1 19 F 0 5A 5 46 59 34
Octal 315 361 31 17 0 132 5 106 131 64
Binary 11001101 11110001 11001 1111 0 1011010 101 1000110 1011001 110100

Color Harmonies of #CDF119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF119

Black with #CDF119

Text Example


Text Example

White with #CDF119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF119; }

 p { color: rgb(205,241,25); }

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

background-color css

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

 a { background-color: rgb(205,241,25); }

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

border-color css

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

 span { border-color: rgb(205,241,25); }

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