Html Css Color HEX #CDF104 Electric Lime

📋 copy color: '#CDF104'

red 205 ◦ green 241 ◦ blue 4

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

Shades of Electric Lime #CDF104

Tints of Electric Lime #CDF104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 45.56%
G = 53.56%
B = 0.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#CDF104 (or 0xCDF104) is known color: Electric Lime. HEX triplet: CD, F1 and 04. RGB value is (205,241,4). Sum of RGB (Red+Green+Blue) = 205+241+4=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 241 (94.53% from 255 or 53.56% from 450); Blue value is 4 (1.95% from 255 or 0.89% from 450); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF104 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF104 is #320EFB. Grayscale: #CCCCCC. Windows color (decimal): -3280636 or 324045. OLE color: 324045.

HSL color Cylindrical-coordinate representation of color #CDF104: hue angle of 69.11º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDF104 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 241 4 -
CMYK 0.15 0 0.98 0.05
HSL 69.11º 0.97% 0.48% -
HSV(B) 69.11º 0.98% 0.95% -
XYZ 56.65 75.9 11.78 -
YUV 203.22 15.57 129.27 -
System Red Green Blue C M Y K H S L
Decimal 205 241 4 0.15 0 0.98 0.05 69.11 0.97 0.48
Hex CD F1 4 F 0 62 5 45 61 30
Octal 315 361 4 17 0 142 5 105 141 60
Binary 11001101 11110001 100 1111 0 1100010 101 1000101 1100001 110000

Color Harmonies of #CDF104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF104

Black with #CDF104

Text Example


Text Example

White with #CDF104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF104; }

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

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

background-color css

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

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

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

border-color css

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

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

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