Html Css Color HEX #CDF300 Electric Lime

📋 copy color: '#CDF300'

red 205 ◦ green 243 ◦ blue 0

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

Shades of Electric Lime #CDF300

Tints of Electric Lime #CDF300

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.76%
G = 54.24%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#CDF300 (or 0xCDF300) is known color: Electric Lime. HEX triplet: CD, F3 and 00. RGB value is (205,243,0). Sum of RGB (Red+Green+Blue) = 205+243+0=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 243 (95.31% from 255 or 54.24% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF300 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF300 is #320CFF. Grayscale: #CCCCCC. Windows color (decimal): -3280128 or 62413. OLE color: 62413.

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

Color convert

RGB 205 243 0 -
CMYK 0.16 0 1 0.05
HSL 69.38º 1% 0.48% -
HSV(B) 69.38º 1% 0.95% -
XYZ 57.23 77.08 11.86 -
YUV 203.94 12.91 128.76 -
System Red Green Blue C M Y K H S L
Decimal 205 243 0 0.16 0 1 0.05 69.38 1 0.48
Hex CD F3 0 10 0 64 5 45 64 30
Octal 315 363 0 20 0 144 5 105 144 60
Binary 11001101 11110011 0 10000 0 1100100 101 1000101 1100100 110000

Color Harmonies of #CDF300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF300

Black with #CDF300

Text Example


Text Example

White with #CDF300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF300; }

 p { color: rgb(205,243,0); }

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

background-color css

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

 a { background-color: rgb(205,243,0); }

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

border-color css

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

 span { border-color: rgb(205,243,0); }

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