Html Css Color HEX #CDF71A Electric Lime

📋 copy color: '#CDF71A'

red 205 ◦ green 247 ◦ blue 26

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

Shades of Electric Lime #CDF71A

Tints of Electric Lime #CDF71A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.67%

 BLUE value IS 26 (10.55% from 255) = 5.44%

R = 42.89%
G = 51.67%
B = 5.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#CDF71A (or 0xCDF71A) is known color: Electric Lime. HEX triplet: CD, F7 and 1A. RGB value is (205,247,26). Sum of RGB (Red+Green+Blue) = 205+247+26=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 247 (96.88% from 255 or 51.67% from 478); Blue value is 26 (10.55% from 255 or 5.44% from 478); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF71A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF71A is #3208E5. Grayscale: #D2D2D2. Windows color (decimal): -3279078 or 1767373. OLE color: 1767373.

HSL color Cylindrical-coordinate representation of color #CDF71A: hue angle of 71.4º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDF71A is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 205 247 26 -
CMYK 0.17 0 0.89 0.03
HSL 71.4º 0.93% 0.54% -
HSV(B) 71.4º 0.89% 0.97% -
XYZ 58.62 79.58 13.25 -
YUV 209.25 24.59 124.97 -
System Red Green Blue C M Y K H S L
Decimal 205 247 26 0.17 0 0.89 0.03 71.4 0.93 0.54
Hex CD F7 1A 11 0 59 3 47 5D 36
Octal 315 367 32 21 0 131 3 107 135 66
Binary 11001101 11110111 11010 10001 0 1011001 11 1000111 1011101 110110

Color Harmonies of #CDF71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF71A

Black with #CDF71A

Text Example


Text Example

White with #CDF71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF71A; }

 p { color: rgb(205,247,26); }

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

background-color css

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

 a { background-color: rgb(205,247,26); }

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

border-color css

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

 span { border-color: rgb(205,247,26); }

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